Searched refs:threadsToAllocate (Results 1 – 1 of 1) sorted by relevance
361 size_t threadsToAllocate = maxThreads; in setThreadPoolConfiguration() local365 if (callerJoinsPool) threadsToAllocate--; in setThreadPoolConfiguration()370 bool spawnThreadOnStart = threadsToAllocate > 0; in setThreadPoolConfiguration()371 if (spawnThreadOnStart) threadsToAllocate--; in setThreadPoolConfiguration()376 size_t kernelMaxThreads = threadsToAllocate; in setThreadPoolConfiguration()