Home
last modified time | relevance | path

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

12

/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/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp390 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/
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/generic/vulkan-cereal/stream-servers/
DVirtioGpuTimelines.cpp34 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
DSyncThread.cpp234 std::packaged_task<int(WorkerId)> task(std::move(job)); in sendAndWaitForResult() local
DPostWorker.cpp533 void PostWorker::runTask(std::packaged_task<void()> task) { in runTask()
/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/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/protocols/vulkan/katex/contrib/
Dmhchem.min.js1 …else if("function"==typeof define&&define.amd)define(["katex"],e);else{var n="object"==typeof expo…
Dmhchem.mjs184 var task = t[i].task; variable
807 task: p property
813 task: p property
Dmhchem.js917 task: p property
923 task: p property
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-port.cc127 const task_t task = mach_task_self(); in GetThreadCount() local

12