Home
last modified time | relevance | path

Searched defs:threadsCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_thread_pool.cpp41 GCWorkersThreadPool::GCWorkersThreadPool(GC *gc, size_t threadsCount) in GCWorkersThreadPool()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp38 TaskScheduler *TaskScheduler::Create(size_t threadsCount, TaskTimeStatsType taskTimeStatsType) in Create()