Searched defs:thread_pool (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 165 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/ |
| D | thread_pool.h | 168 panda::ThreadPool<Task, Processor, std::monostate> thread_pool; member
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_pool.h | 226 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *thread_pool, Proc *proc, int i) in WorkerEntry()
|
| /arkcompiler/runtime_core/runtime/mem/gc/stw-gc/ |
| D | stw-gc.cpp | 54 …auto thread_pool = allocator->New<GCWorkersThreadPool>(allocator, this, this->GetSettings()->GCWor… in InitializeImpl() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.h | 494 void SetWorkersPool(GCWorkersThreadPool *thread_pool) in SetWorkersPool()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 711 …auto thread_pool = allocator->New<GCWorkersThreadPool>(allocator, this, this->GetSettings()->GCWor… in InitializeImpl() local 1349 auto thread_pool = in PostZygoteFork() local
|