Home
last modified time | relevance | path

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

/system/libhwbinder/
DProcessState.cpp150 if (!mThreadPoolStarted) { in startThreadPool()
151 mThreadPoolStarted = true; in startThreadPool()
348 if (mThreadPoolStarted) { in spawnPooledThread()
436 , mThreadPoolStarted(false) in ProcessState()
/system/libhwbinder/include/hwbinder/
DProcessState.h135 bool mThreadPoolStarted; variable