Searched refs:mThreadPoolStarted (Results 1 – 2 of 2) sorted by relevance
114 if (!mThreadPoolStarted) { in startThreadPool()115 mThreadPoolStarted = true; in startThreadPool()309 if (mThreadPoolStarted) { in spawnPooledThread()318 LOG_ALWAYS_FATAL_IF(mThreadPoolStarted && maxThreads < mMaxThreads, in setThreadPoolConfiguration()414 , mThreadPoolStarted(false) in ProcessState()
121 bool mThreadPoolStarted; variable