Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp361 size_t threadsToAllocate = maxThreads; in setThreadPoolConfiguration() local
365 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()