Searched refs:theNumProcs (Results 1 – 1 of 1) sorted by relevance
131 static int theNumProcs; variable193 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()