Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp356 status_t ProcessState::setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool) { in setThreadPoolConfiguration() argument
358 LOG_ALWAYS_FATAL_IF(maxThreads == 0 && callerJoinsPool, in setThreadPoolConfiguration()
365 if (callerJoinsPool) threadsToAllocate--; in setThreadPoolConfiguration()
/system/libhwbinder/include/hwbinder/
DProcessState.h68 status_t setThreadPoolConfiguration(size_t maxThreads, bool callerJoinsPool);