Searched refs:callerJoinsPool (Results 1 – 2 of 2) sorted by relevance
370 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration() argument375 LOG_ALWAYS_FATAL_IF(maxThreads == 0 && callerJoinsPool, in setThreadPoolConfiguration()382 if (callerJoinsPool) threadsToAllocate--; in setThreadPoolConfiguration()
69 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);