Searched refs:mThreadPoolStarted (Results 1 – 2 of 2) sorted by relevance
107 if (!mThreadPoolStarted) { in startThreadPool()108 mThreadPoolStarted = true; in startThreadPool()302 if (mThreadPoolStarted) { in spawnPooledThread()311 LOG_ALWAYS_FATAL_IF(mThreadPoolStarted && maxThreads < mMaxThreads, in setThreadPoolConfiguration()403 , mThreadPoolStarted(false) in ProcessState()
121 bool mThreadPoolStarted; variable