Searched defs:num_cores (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/interprocess/sync/spin/ | ||
D | wait.hpp | 69 static unsigned int num_cores; member in boost::interprocess::ipcdetail::num_core_holder |
/third_party/flutter/skia/src/core/ | ||
D | SkExecutor.cpp | 19 static int num_cores() { in num_cores() function |
/third_party/skia/src/core/ | ||
D | SkExecutor.cpp | 18 static int num_cores() { in num_cores() function |
/third_party/gn/src/util/ | ||
D | worker_pool.cc | 80 int num_cores = NumberOfProcessors() / 2; in GetThreadCount() local |