Searched defs:task (Results 1 – 11 of 11) sorted by relevance
74 struct Task *osSetCurrentTask(struct Task *task) in osSetCurrentTask()88 static inline bool osTaskTestFlags(struct Task *task, uint32_t mask) in osTaskTestFlags()95 struct Task *task = osTaskFindByTid(tid); in osAppIsChre() local102 struct Task *task = osTaskFindByTid(tid); in osAppChreVersion() local110 static inline uint32_t osTaskClrSetFlags(struct Task *task, uint32_t clrMask, uint32_t setMask) in osTaskClrSetFlags()120 static inline uint32_t osTaskAddIoCount(struct Task *task, int32_t delta) in osTaskAddIoCount()129 static inline uint32_t osTaskGetIoCount(struct Task *task) in osTaskGetIoCount()134 uint8_t osTaskIndex(struct Task *task) in osTaskIndex()148 struct Task *task = osGetCurrentTask(); in osGetCurrentTid() local157 struct Task *task = osTaskByIdx(TID_TO_TASK_IDX(tid)); in osSetCurrentTid() local[all …]
56 struct Task *task = osGetCurrentTask(); in osChreGetAppId() local142 struct Task *task = osGetCurrentTask(); in osChreAbort() local501 struct Task *task = osTaskFindByTid(tid); in chreInfoByTid() local
1488 struct Task *task; in processAppTags() local
15 def task(): function
47 def task(self, ident): member in ThreadRunningTests113 def task(): function
33 def task(): function
25 #define for_each_task(listHead, task) for (task = osTaskByIdx((listHead)->next); task; task = osTas… argument124 static inline bool osTaskIsChre(const struct Task *task) in osTaskIsChre()129 static inline uint32_t osTaskChreVersion(const struct Task *task) in osTaskChreVersion()142 static inline void osTaskMakeNewTid(struct Task *task) in osTaskMakeNewTid()
294 uint8_t task; member
45 xf_task_t task; member
49 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
112 uint8_t task; member