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

/frameworks/native/include/utils/
H A DThread.h97 // note that all accesses of mExitPending and mRunning need to hold mLock
98 volatile bool mExitPending; member in class:android::Thread
/frameworks/native/libs/utils/
H A DThreads.cpp697 mExitPending(false), mRunning(false)
725 mExitPending = false;
802 if (result == false || self->mExitPending) {
803 self->mExitPending = true;
828 mExitPending = true;
843 mExitPending = true;
850 mExitPending = false;
894 return mExitPending;

Completed in 966 milliseconds