Searched refs:threadsToAllocate (Results 1 – 1 of 1) sorted by relevance
318 size_t threadsToAllocate = maxThreads; in setThreadPoolConfiguration() local322 if (callerJoinsPool) threadsToAllocate--; in setThreadPoolConfiguration()327 bool spawnThreadOnStart = threadsToAllocate > 0; in setThreadPoolConfiguration()328 if (spawnThreadOnStart) threadsToAllocate--; in setThreadPoolConfiguration()333 size_t kernelMaxThreads = threadsToAllocate; in setThreadPoolConfiguration()