Home
last modified time | relevance | path

Searched refs:getCpuCoreCount (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/system/
DSystem.h30 int getCpuCoreCount();
/hardware/google/aemu/base/include/aemu/base/threads/
DThreadPool.h98 threads = android::base::getCpuCoreCount(); in ThreadPool()
/hardware/google/aemu/base/
DSystem.cpp584 int getCpuCoreCount() { in getCpuCoreCount() function
/hardware/google/gfxstream/host/
DRenderThread.cpp91 mRunInLimitedMode(android::base::getCpuCoreCount() < kMinThreadsToRunUnlimited), in RenderThread()