Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmisc_ex.cpp131 static int theNumProcs; variable
193 theNumProcs = availableProcs > 0 ? availableProcs : 1; // Fail safety strap in initialize_hardware_concurrency_info()
194 __TBB_ASSERT( theNumProcs <= sysconf(_SC_NPROCESSORS_ONLN), nullptr); in initialize_hardware_concurrency_info()
199 return theNumProcs; in AvailableHwConcurrency()