2 Copyright © 2015, The AROS Development Team. All rights reserved.
10 # include <exec/tasks.h>
13 #ifndef UTILITY_TAGITEM_H
14 # include <utility/tagitem.h>
17 #define TaskTag_CPUNumber (TAG_USER + 0x00000001) // CPU Number task is currently running on
18 #define TaskTag_CPUAffinity (TAG_USER + 0x00000002) // CPU Affinity mask
19 #define TaskTag_CPUTime (TAG_USER + 0x00000003) // Amount of CPU time spent running
20 #define TaskTag_StartTime (TAG_USER + 0x00000004) // Time the task was started
22 // The contents of the tasklist are private to task.resource
28 #endif /* TASKRES_H */