Home
last modified time | relevance | path

Searched refs:NumberOfCpuCore (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dos.h24 uint32_t NumberOfCpuCore();
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dos.cpp28 uint32_t NumberOfCpuCore() in NumberOfCpuCore() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp38 uint32_t NumberOfCpuCore() in NumberOfCpuCore() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp31 uint32_t NumberOfCpuCore() in NumberOfCpuCore() function
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.cpp65 uint32_t numOfThreads = std::min<uint32_t>(NumberOfCpuCore() / 2, MAX_TASKPOOL_THREAD_NUM); in TheMostSuitableThreadNum()