Home
last modified time | relevance | path

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

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