Home
last modified time | relevance | path

Searched refs:GetThreadPool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.h75 ThreadPool<CompilerTask, CompilerProcessor, Compiler *> *GetThreadPool() in GetThreadPool() function
Dcompiler.h713 GetThreadPool()->Scale(numberOfThreads); in ScaleThreadPool()
752 ThreadPool<CompilerTask, CompilerProcessor, Compiler *> *GetThreadPool() in GetThreadPool() function
756 return static_cast<CompilerThreadPoolWorker *>(compilerWorker_)->GetThreadPool(); in GetThreadPool()