Home
last modified time | relevance | path

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

/foundation/aafwk/standard/common/task_dispatcher/src/threading/
Dworker_pool.cpp73 int coreThreadCount = config->GetCoreThreadCount(); in CheckConfigParams() local
93 bool WorkerPool::CheckThreadCount(int maxThreadCount, int coreThreadCount) in CheckThreadCount()
103 bool WorkerPool::CheckCoreThreadCount(int coreThreadCount) in CheckCoreThreadCount()
/foundation/aafwk/standard/common/task_dispatcher/test/unittest/worker_pool_test/
Dworker_pool_test.cpp156 int coreThreadCount = testWorkerPool->GetCoreThreadCount(); variable