Home
last modified time | relevance | path

Searched defs:task (Results 1 – 21 of 21) 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/generic/vulkan-cereal/third-party/perfetto/src/base/
Dunix_task_runner.cc153 std::function<void()> task; in RunFileDescriptorWatch() local
183 void UnixTaskRunner::PostTask(std::function<void()> task) { in PostTask()
194 void UnixTaskRunner::PostDelayedTask(std::function<void()> task, in PostDelayedTask()
205 std::function<void()> task) { in AddFileDescriptorWatch()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DWorkerThread.cpp64 std::shared_ptr<Closure> task) in postWorkerTask()
151 std::shared_ptr<WaitableEvent> AsyncWorkerPool::postWorkerTask(std::shared_ptr<Closure> task) in postWorkerTask()
183 auto task = mTaskQueue.front(); in checkToRunPendingTasks() local
232 std::shared_ptr<Closure> task) in PostWorkerTask()
DWorkerThread_unittest.cpp45 for (const auto &task : tasks) in TEST() local
/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/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DParallelShaderCompileTest.cpp138 std::unique_ptr<T> task(new T(i)); in run() local
149 auto &task = compileTasks[i]; in run() local
168 auto &task = linkTasks[i]; in run() local
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dwatchdog.h51 inline void RunTaskWithWatchdogGuard(const std::function<void()>& task) { in RunTaskWithWatchdogGuard()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp37 vk::CommandProcessorTask task = mCommandsQueue.front(); in processCommandProcessorTasks() local
DContextVk.cpp4188 vk::CommandProcessorTask task = {this, &mPrimaryCommands, mRenderPassCommands}; in endRenderPass() local
4325 vk::CommandProcessorTask task = {this, &mPrimaryCommands, mOutsideRenderPassCommands}; in flushOutsideRenderPassCommands() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-component.h45 xf_task_t task; member
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidWorkPool.cpp226 bool run(WorkPool::WaitGroupHandle waitGroupHandle, WaitGroup* waitGroup, WorkPool::Task task) { in run()
268 WorkPool::Task task = {}; member
/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp121 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
/device/generic/vulkan-cereal/base/
DSubAllocator.cpp118 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvulkan_enc_unittests.cpp37 WorkPool::Task task = [] { in TEST() local
/device/google/contexthub/contexthubhal/
Dsystem_comms.h112 uint8_t task; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1867 angle::Result checkTask(const gl::Context *context, ProgramD3D::GetExecutableTask *task) in checkTask()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp2706 std::function<void()> task = nullptr; member
2889 auto task = thiz->args_.task; in RunTaskAndPostNext() local
5828 inline void RunTaskWithWatchdogGuard(const std::function<void()>& task) { in RunTaskWithWatchdogGuard()
6553 void ThreadTaskRunner::PostTask(std::function<void()> task) { in PostTask()
6557 void ThreadTaskRunner::PostDelayedTask(std::function<void()> task, in PostDelayedTask()
6785 std::function<void()> task; in RunFileDescriptorWatch() local
6826 void UnixTaskRunner::PostTask(std::function<void()> task) { in PostTask()
6837 void UnixTaskRunner::PostDelayedTask(std::function<void()> task, in PostDelayedTask()
6848 std::function<void()> task) { in AddFileDescriptorWatch()
38997 void PostTask(std::function<void()> task) override { in PostTask()
[all …]
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc4586 inline void RunTaskWithWatchdogGuard(const std::function<void()>& task) { in RunTaskWithWatchdogGuard()
5813 std::function<void()> task; in RunFileDescriptorWatch() local
5843 void UnixTaskRunner::PostTask(std::function<void()> task) { in PostTask()
5854 void UnixTaskRunner::PostDelayedTask(std::function<void()> task, in PostDelayedTask()
5865 std::function<void()> task) { in AddFileDescriptorWatch()