Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/spin/
Dwait.hpp69 static unsigned int num_cores; member in boost::interprocess::ipcdetail::num_core_holder
73 unsigned int num_core_holder<Dummy>::num_cores = ipcdetail::get_num_cores(); member in boost::interprocess::ipcdetail::num_core_holder<Dummy>
140 unsigned int num_cores = ipcdetail::num_core_holder<0>::get(); in init_limits() local
/third_party/flutter/skia/src/core/
DSkExecutor.cpp19 static int num_cores() { in num_cores() function
26 static int num_cores() { in num_cores() function
/third_party/skia/src/core/
DSkExecutor.cpp18 static int num_cores() { in num_cores() function
25 static int num_cores() { in num_cores() function
/third_party/gn/src/util/
Dworker_pool.cc80 int num_cores = NumberOfProcessors() / 2; in GetThreadCount() local