Home
last modified time | relevance | path

Searched refs:Task (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c52 struct Task data[MAX_TASKS];
60 static struct Task *mCurrentTask;
61 static struct Task *mSystemTask;
69 struct Task *osGetCurrentTask() in osGetCurrentTask()
74 struct Task *osSetCurrentTask(struct Task *task) in osSetCurrentTask()
76 struct Task *old = mCurrentTask; in osSetCurrentTask()
88 static inline bool osTaskTestFlags(struct Task *task, uint32_t mask) in osTaskTestFlags()
95 struct Task *task = osTaskFindByTid(tid); in osAppIsChre()
102 struct Task *task = osTaskFindByTid(tid); in osAppChreVersion()
110 static inline uint32_t osTaskClrSetFlags(struct Task *task, uint32_t clrMask, uint32_t setMask) in osTaskClrSetFlags()
[all …]
Dnanohub_chre.c56 struct Task *task = osGetCurrentTask(); in osChreGetAppId()
142 struct Task *task = osGetCurrentTask(); in osChreAbort()
181 struct Task *chreTask = osTaskFindByTid(tid); in osChreFreeEvent()
182 struct Task *preempted = osSetCurrentTask(chreTask); in osChreFreeEvent()
501 struct Task *task = osTaskFindByTid(tid); in chreInfoByTid()
DnanohubCommand.c1488 struct Task *task; in processAppTags()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h52 struct Task { struct
115 uint8_t osTaskIndex(struct Task *task);
116 struct Task *osGetCurrentTask();
117 struct Task *osSetCurrentTask(struct Task *task);
118 struct Task *osTaskFindByTid(uint32_t tid);
119 void osTaskAbort(struct Task *task);
120 void osTaskInvokeMessageFreeCallback(struct Task *task, void (*freeCallback)(void *, size_t), void …
121 void osTaskInvokeEventFreeCallback(struct Task *task, void (*freeCallback)(uint16_t, void *), uint1…
122 void osChreTaskHandle(struct Task *task, uint32_t evtType, const void *evtData);
124 static inline bool osTaskIsChre(const struct Task *task) in osTaskIsChre()
[all …]
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all529 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%…
530 qio_task_complete(void *task) "Task complete task=%p"
531 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …
532 qio_task_thread_run(void *task) "Task thread run task=%p"
533 qio_task_thread_exit(void *task) "Task thread exit task=%p"
534 qio_task_thread_result(void *task) "Task thread result task=%p"
535 qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%…
536 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%…
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all529 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%…
530 qio_task_complete(void *task) "Task complete task=%p"
531 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …
532 qio_task_thread_run(void *task) "Task thread run task=%p"
533 qio_task_thread_exit(void *task) "Task thread exit task=%p"
534 qio_task_thread_result(void *task) "Task thread result task=%p"
535 qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%…
536 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%…
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes14370 com.android.service.ims.Task
Dboot-image-profile.txt13721 Lcom/android/service/ims/Task;