Home
last modified time | relevance | path

Searched defs:threadPool (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp171 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/
Dheuristic_gc_policy.cpp28 Taskpool *threadPool = common::Taskpool::GetCurrentTaskpool(); in OnAppStartup() local
Dmarking_collector.cpp128 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/
Dfrom_space.cpp150 void FromSpace::CopyFromRegions(Taskpool* threadPool) in CopyFromRegions()
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h249 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *threadPool, Proc *proc, int i) in WorkerEntry()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h219 void CopyFromSpace(Taskpool *threadPool) in CopyFromSpace()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp665 [[maybe_unused]] Taskpool *threadPool = GetThreadPool(); in Preforward() local