Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_queue.cpp53 void GCQueueWithTime::AddTask(GCTask *task) in AddTask() function in panda::mem::GCQueueWithTime
Dgc_workers_thread_pool.h276 bool AddTask(GCWorkersTaskTypes type, T *storage_ptr) in AddTask() function
/arkcompiler/runtime_core/runtime/tests/
Dmock_queue_thread_pool.cpp103 void AddTask(MockTask task, [[maybe_unused]] size_t priority = 0) override in AddTask() function in panda::test::MockQueue
/arkcompiler/runtime_core/runtime/
Dcompiler.h629 void AddTask(CompilerTask task) in AddTask() function