Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcpu_usertime.h74 std::size_t nworkers = nthreads-nactive; variable
75 if( !nworkers ) return;
110 --nactive; ++nworkers;
112 double avg_worker_usrtime = (usrtime_delta-nactive*waittime_delta)/nworkers;
115 …CHECK_MESSAGE( false, "ERROR: " << nworkers << " worker threads are spinning; waittime: " << wait…
117 …INFO("worker threads " << nworkers << " ; waittime: " << waittime_delta << "; usrtime: " << usrtim…
/oneTBB/python/tbb/
H A Dpool.py90 def __init__(self, nworkers=0, name="Pool"): argument