Searched refs:callerJoinsPool (Results 1 – 2 of 2) sorted by relevance
356 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration() argument358 LOG_ALWAYS_FATAL_IF(maxThreads == 0 && callerJoinsPool, in setThreadPoolConfiguration()365 if (callerJoinsPool) threadsToAllocate--; in setThreadPoolConfiguration()
68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);