Home
last modified time | relevance | path

Searched defs:task (Results 1 – 19 of 19) 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/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp413 auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> { in Get() local
420 auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> { in Get() local
435 auto task = [this, url = url.str()]() -> Result<GceInstanceInfo> { in Get() local
450 auto task = [request]() -> Result<Json::Value> { in Insert() local
465 auto task = [this, requestNoZone, url = url.str()]() -> Result<Json::Value> { in Insert() local
491 auto task = [this, url = url.str()]() -> Result<Json::Value> { in Reset() local
506 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Reset() local
514 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Reset() local
531 auto task = [this, url = url.str()]() -> Result<Json::Value> { in Delete() local
546 auto task = [json = instance.AsJson()]() -> Result<Json::Value> { in Delete() local
[all …]
/device/generic/vulkan-cereal/stream-servers/
DVirtioGpuTimelines.cpp39 std::shared_ptr<Task> task(new Task(id, ring), [this](Task* task) { in enqueueTask() argument
66 std::shared_ptr<Task> task = iTask->second.lock(); in notifyTaskCompletion() local
DVsyncThread.cpp30 void VsyncThread::schedule(VsyncTask task) { in schedule()
DVsyncThread.h65 VsyncTask task; member
DPostWorker.cpp407 void PostWorker::runTask(std::packaged_task<void()> task) { in runTask()
DSyncThread.cpp249 std::packaged_task<int(WorkerId)> task(std::move(job)); in sendAndWaitForResult() local
DFrameBuffer.cpp3596 void FrameBuffer::scheduleVsyncTask(VsyncThread::VsyncTask task) { in scheduleVsyncTask()
/device/generic/goldfish-opengl/android-emu/aemu/base/
DAndroidHealthMonitor.cpp175 auto& task = it->second; in main() local
188 auto& task = it->second; in main() local
212 auto& task = mMonitoredTasks[task_id]; in main() local
258 const MonitoredTask& task, Timestamp eventTime) { in updateTaskParent()
DAndroidSubAllocator.cpp121 void rangeCheck(const char* task, void* ptr) { in rangeCheck()
/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/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp226 bool run(WorkPool::WaitGroupHandle waitGroupHandle, WaitGroup* waitGroup, WorkPool::Task task) { in run()
268 WorkPool::Task task = {}; member
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp183 std::packaged_task<astcenc_error()> task; in main() local
/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/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 …]