Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DProcessState.cpp134 if (!mThreadPoolStarted) { in startThreadPool()
135 mThreadPoolStarted = true; in startThreadPool()
287 if (mThreadPoolStarted) { in spawnPooledThread()
342 , mThreadPoolStarted(false) in ProcessState()
/frameworks/native/include/binder/
DProcessState.h98 bool mThreadPoolStarted; variable