/device/google/contexthub/firmware/os/core/ |
D | seos.c | 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() 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 …]
|
D | nanohub_chre.c | 56 struct Task *task = osGetCurrentTask(); in osChreGetAppId() local 142 struct Task *task = osGetCurrentTask(); in osChreAbort() local 501 struct Task *task = osTaskFindByTid(tid); in chreInfoByTid() local
|
D | nanohubCommand.c | 1488 struct Task *task; in processAppTags() local
|
/device/google/cuttlefish/host/commands/test_gce_driver/ |
D | gce_api.cpp | 390 auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> { in Get() local 397 auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> { in Get() local 412 auto task = [this, url = url.str()]() -> Result<GceInstanceInfo> { in Get() local 426 auto task = [request]() -> Result<Json::Value> { in Insert() local 441 auto task = [this, requestNoZone, url = url.str()]() -> Result<Json::Value> { in Insert() local 466 auto task = [this, url = url.str()]() -> Result<Json::Value> { in Reset() local 480 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Reset() local 488 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Reset() local 505 auto task = [this, url = url.str()]() -> Result<Json::Value> { in Delete() local 519 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Delete() local [all …]
|
/device/generic/vulkan-cereal/third-party/perfetto/src/base/ |
D | unix_task_runner.cc | 153 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/ |
D | WorkerThread.cpp | 64 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()
|
D | WorkerThread_unittest.cpp | 45 for (const auto &task : tasks) in TEST() local
|
/device/generic/vulkan-cereal/stream-servers/ |
D | VirtioGpuTimelines.cpp | 34 std::shared_ptr<Task> task(new Task(id, ctxId), [this](Task *task) { in enqueueTask() argument 59 std::shared_ptr<Task> task = iTask->second.lock(); in notifyTaskCompletion() local
|
D | SyncThread.cpp | 234 std::packaged_task<int(WorkerId)> task(std::move(job)); in sendAndWaitForResult() local
|
D | PostWorker.cpp | 533 void PostWorker::runTask(std::packaged_task<void()> task) { in runTask()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos_priv.h | 25 #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()
|
D | nanohubPacket.h | 294 uint8_t task; member
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | ParallelShaderCompileTest.cpp | 138 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/ |
D | watchdog.h | 51 inline void RunTaskWithWatchdogGuard(const std::function<void()>& task) { in RunTaskWithWatchdogGuard()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 37 vk::CommandProcessorTask task = mCommandsQueue.front(); in processCommandProcessorTasks() local
|
D | ContextVk.cpp | 4188 vk::CommandProcessorTask task = {this, &mPrimaryCommands, mRenderPassCommands}; in endRenderPass() local 4325 vk::CommandProcessorTask task = {this, &mPrimaryCommands, mOutsideRenderPassCommands}; in flushOutsideRenderPassCommands() local
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidWorkPool.cpp | 226 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/ |
D | AndroidSubAllocator.cpp | 121 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
|
/device/generic/vulkan-cereal/base/ |
D | SubAllocator.cpp | 118 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | vulkan_enc_unittests.cpp | 37 WorkPool::Task task = [] { in TEST() local
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.h | 112 uint8_t task; member
|
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/ |
D | mhchem.min.js | 1 …else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof expo…
|
D | mhchem.mjs | 184 var task = t[i].task; variable 807 task: p property 813 task: p property
|
D | mhchem.js | 917 task: p property 923 task: p property
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest-port.cc | 127 const task_t task = mach_task_self(); in GetThreadCount() local
|