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

/frameworks/native/include/binder/
H A DProcessState.h110 bool mThreadPoolStarted; member in class:android::ProcessState
/frameworks/native/libs/binder/
H A DProcessState.cpp135 if (!mThreadPoolStarted) {
136 mThreadPoolStarted = true;
289 if (mThreadPoolStarted) {
350 , mThreadPoolStarted(false)

Completed in 101 milliseconds