Searched defs:num_cores (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkExecutor.cpp18 static int num_cores() { function
25 static int num_cores() { function
123 return skstd::make_unique<SkThreadPool>(threads > 0 ? threads : num_cores());
/external/libhevc/common/
H A Dithread.c154 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); local
157 if(core_id >= num_cores)
/external/libmpeg2/common/
H A Dithread.c161 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); local
164 if (core_id >= num_cores)
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h109 ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) { } argument
/external/libavc/common/
H A Dithread.c179 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); local
182 if (core_id >= num_cores)
/external/syslinux/com32/gplinclude/
H A Dcpuid.h146 uint8_t num_cores; member in struct:__anon19241
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.cc84 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); local
85 RTC_DCHECK_GE(num_cores, 1u);
89 if (num_cores <= kMinCoresLeft) {
90 num_cores = 1;
92 num_cores -= kMinCoresLeft;
93 num_cores = std::min(num_cores, kMaxComparisonThreads);
96 for (uint32_t i = 0; i < num_cores; ++i) {

Completed in 380 milliseconds