Home
last modified time | relevance | path

Searched defs:thread_pool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dmock_queue_thread_pool.cpp165 void CreateTasks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, size_t num… in CreateTasks()
179 auto thread_pool = allocator->New<ThreadPool<MockTask, MockProcessor, MockTaskController *>>( in TestThreadPool() local
241 void ControllerThreadPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, in ControllerThreadPutTask()
247 … ControllerThreadTryPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, in ControllerThreadTryPutTask()
260 void ControllerThreadScale(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, in ControllerThreadScale()
266 …ntrollerThreadShutdown(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, boo… in ControllerThreadShutdown()
283 auto thread_pool = allocator->New<ThreadPool<MockTask, MockProcessor, MockTaskController *>>( in TestThreadPoolWithControllers() local
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.h168 panda::ThreadPool<Task, Processor, std::monostate> thread_pool; member
/arkcompiler/runtime_core/runtime/
Dthread_pool.h226 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *thread_pool, Proc *proc, int i) in WorkerEntry()
/arkcompiler/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp54 …auto thread_pool = allocator->New<GCWorkersThreadPool>(allocator, this, this->GetSettings()->GCWor… in InitializeImpl() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h494 void SetWorkersPool(GCWorkersThreadPool *thread_pool) in SetWorkersPool()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp711 …auto thread_pool = allocator->New<GCWorkersThreadPool>(allocator, this, this->GetSettings()->GCWor… in InitializeImpl() local
1349 auto thread_pool = in PostZygoteFork() local