Searched refs:mThreadPoolStarted (Results 1 – 2 of 2) sorted by relevance
158 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()
138 bool mThreadPoolStarted; variable