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