Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp158 if (!mThreadPoolStarted) { in startThreadPool()
159 mThreadPoolStarted = true; in startThreadPool()
362 if (mThreadPoolStarted) { in spawnPooledThread()
371 LOG_ALWAYS_FATAL_IF(mThreadPoolStarted && maxThreads < mMaxThreads, in setThreadPoolConfiguration()
453 , mThreadPoolStarted(false) in ProcessState()
/system/libhwbinder/include/hwbinder/
DProcessState.h138 bool mThreadPoolStarted; variable