Home
last modified time | relevance | path

Searched defs:task (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c74 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() local
102 struct Task *task = osTaskFindByTid(tid); in osAppChreVersion() local
110 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() local
157 struct Task *task = osTaskByIdx(TID_TO_TASK_IDX(tid)); in osSetCurrentTid() local
[all …]
Dnanohub_chre.c56 struct Task *task = osGetCurrentTask(); in osChreGetAppId() local
142 struct Task *task = osGetCurrentTask(); in osChreAbort() local
501 struct Task *task = osTaskFindByTid(tid); in chreInfoByTid() local
DnanohubCommand.c1488 struct Task *task; in processAppTags() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threaded_import.py15 def task(): function
Dtest_thread.py47 def task(self, ident): member in ThreadRunningTests
113 def task(): function
Dlock_tests.py33 def task(): function
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h25 #define for_each_task(listHead, task) for (task = osTaskByIdx((listHead)->next); task; task = osTas… argument
124 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()
DnanohubPacket.h294 uint8_t task; member
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-component.h45 xf_task_t task; member
/device/generic/goldfish-opengl/android-emu/android/base/
DSubAllocator.cpp49 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
/device/google/contexthub/contexthubhal/
Dsystem_comms.h112 uint8_t task; member