Home
last modified time | relevance | path

Searched defs:AddTask (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_task_pool.h48 ALWAYS_INLINE bool AddTask(GCWorkersTaskTypes type) in AddTask() function
Dgc_workers_task_pool.cpp36 bool GCWorkersTaskPool::AddTask(GCWorkersTask &&task) in AddTask() function in ark::mem::GCWorkersTaskPool
Dgc_worker.cpp137 bool GCWorker::AddTask(PandaUniquePtr<GCTask> task) in AddTask() function in ark::mem::GCWorker
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.h70 void AddTask(CompilerTask &&ctx) override in AddTask() function
Dcompiler_task_manager_worker.cpp41 void CompilerTaskManagerWorker::AddTask(CompilerTask &&task) in AddTask() function in ark::CompilerTaskManagerWorker
Dcompiler.h698 virtual void AddTask(CompilerTask &&ctx, [[maybe_unused]] TaggedValue func) in AddTask() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp58 bool GCQueueWithTime::AddTask(PandaUniquePtr<GCTask> task) in AddTask() function in ark::mem::GCQueueWithTime
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dworker_thread.cpp32 void WorkerThread::AddTask(Task &&task) in AddTask() function in ark::taskmanager::WorkerThread
Dtask_queue.h73 PANDA_PUBLIC_API size_t AddTask(Task &&task) override in AddTask() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_scheduler.cpp51 void MplScheduler::AddTask(MplTask &task) in AddTask() function in maple::MplScheduler
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp109 void AddTask(MockTask &&task, [[maybe_unused]] size_t priority = 0) override in AddTask() function in ark::test::MockQueue