Home
last modified time | relevance | path

Searched defs:workersCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h33 uint32_t workersCount = WORKERS_COUNT_AUTO; member
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-task.h173 auto workersCount = shared_.GetWorkersCount(); in Submit() local
Dg1-evacuate-regions-worker-state.h233 SharedState(Thread *gcThread, size_t workersCount, RemSet<> *remset) in SharedState()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp23 TaskScheduler::TaskScheduler(size_t workersCount, TaskTimeStatsType taskTimeStatsType) in TaskScheduler()