Searched defs:threadPool (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 171 void CreateTasks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numb… in CreateTasks() 186 auto threadPool = allocator->New<ThreadPool<MockTask, MockProcessor, MockTaskController *>>( in TestThreadPool() local 250 void ControllerThreadPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, in ControllerThreadPutTask() 256 …d ControllerThreadTryPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, in ControllerThreadTryPutTask() 268 void ControllerThreadScale(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, in ControllerThreadScale() 274 void ControllerThreadShutdown(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool… in ControllerThreadShutdown() 291 auto threadPool = allocator->New<ThreadPool<MockTask, MockProcessor, MockTaskController *>>( in TestThreadPoolWithControllers() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | heuristic_gc_policy.cpp | 28 Taskpool *threadPool = common::Taskpool::GetCurrentTaskpool(); in OnAppStartup() local
|
| D | marking_collector.cpp | 128 void MarkingCollector::TryForkTask(Taskpool *threadPool, WorkStack &workStack, GlobalWorkStackQueue… in TryForkTask() 186 void MarkingCollector::ProcessMarkStack([[maybe_unused]] uint32_t threadIndex, Taskpool *threadPool, in ProcessMarkStack() 312 Taskpool *threadPool = GetThreadPool(); in TracingImpl() local 464 Taskpool *threadPool = GetThreadPool(); in ClearWeakStack() local
|
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | from_space.cpp | 150 void FromSpace::CopyFromRegions(Taskpool* threadPool) in CopyFromRegions()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_pool.h | 249 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *threadPool, Proc *proc, int i) in WorkerEntry()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.h | 219 void CopyFromSpace(Taskpool *threadPool) in CopyFromSpace()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.cpp | 665 [[maybe_unused]] Taskpool *threadPool = GetThreadPool(); in Preforward() local
|