Home
last modified time | relevance | path

Searched defs:task (Results 1 - 25 of 225) sorted by relevance

123456789

/third_party/libabigail/include/
H A Dabg-workers.h42 class task class
[all...]
/third_party/rust/crates/env_logger/ci/src/
H A Dmain.rs2 mod task; modules
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler_queue_simple.h38 auto task = std::move(queue_.front()); variable
H A Dcompiler_task_manager_worker.cpp41 void CompilerTaskManagerWorker::AddTask(CompilerTask &&task) in AddTask() argument
H A Dthread_pool_queue.h46 bool TryAddTask(Task &&task, size_t priority = 0) in TryAddTask() argument
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-array-of-pointers.c4 struct task { struct
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtask_queue.cpp19 void TaskQueue::PostTask(std::unique_ptr<Task> task) in PostTask() argument
32 std::unique_ptr<Task> task = std::move(tasks_.front()); in PopTask() local
[all...]
H A Drunner.cpp116 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
H A Dgc_workers_task_pool.cpp36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() argument
49 void GCWorkersTaskPool::RunGCWorkersTask(GCWorkersTask *task, void *workerData) in RunGCWorkersTask() argument
[all...]
H A Dgc_workers_task_queue.cpp25 bool GCWorkersTaskQueue::TryAddTask(GCWorkersTask &&task) in TryAddTask() argument
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dtask.h33 auto task = Thread::GetCurrent(); in GetCurrent() local
H A Dtask.cpp33 auto *task = allocator->New<Task>(vm, obj); in Create() local
64 auto task = Task::GetCurrent(); in SuspendCurrent() local
73 auto task = Task::GetCurrent(); in EndCurrent() local
[all...]
/third_party/gn/src/util/
H A Dmsg_loop.cc32 std::function<void()> task; in Run() local
65 std::function<void()> task; in RunUntilIdleForTesting() local
H A Dworker_pool.cc79 std::function<void()> task; in Worker() local
/third_party/node/deps/v8/src/libplatform/
H A Dtask-queue.cc24 void TaskQueue::Append(std::unique_ptr<Task> task) { in Append() argument
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_dynlink.c24 void free_task(struct loadtask *task) in free_task() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DTaskGraph.cpp15 void TaskGraph::add(sk_sp<Task> task) { in add() argument
H A DRecorder.cpp48 void Recorder::add(sk_sp<Task> task) { in add() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.h65 auto task = GCTask(GCTaskCause::EXPLICIT_CAUSE); in TriggerGc() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_queue.cpp41 GCTask *task = queue_.top().get(); in GetTask() local
58 bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask> task) in AddTask() argument
[all...]
/third_party/googletest/googletest/src/hwext/
H A Dgtest-multithread.cpp20 static inline void doThreadTestTask(ThreadTaskEntry *task) in doThreadTestTask() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.c49 struct threadpool_task *task; in threadpool_worker() local
145 struct threadpool_task *task, *previou in _mesa_threadpool_queue_task() local
187 struct threadpool_task *task = *task_handle; _mesa_threadpool_wait_for_task() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c45 struct lp_cs_tpool_task *task; in lp_cs_tpool_worker() local
133 struct lp_cs_tpool_task *task; lp_cs_tpool_queue_task() local
172 struct lp_cs_tpool_task *task = *task_handle; lp_cs_tpool_wait_for_task() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexRoutine.hpp34 Pointer<Byte> task; member in sw::VertexRoutinePrototype
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAsyncTask.cpp33 void AsyncTaskManager::HandleTaskCompletion(WaitableTask* task) { in HandleTaskCompletion() argument
59 void AsyncTaskManager::DoWaitableTask(void* task) { in DoWaitableTask() argument

Completed in 9 milliseconds

123456789