Searched refs:mExitPending (Results 1 – 2 of 2) sorted by relevance
660 mExitPending(false), in Thread()692 mExitPending = false; in run()769 if (result == false || self->mExitPending) { in _threadLoop()770 self->mExitPending = true; in _threadLoop()795 mExitPending = true; in requestExit()810 mExitPending = true; in requestExitAndWait()817 mExitPending = false; in requestExitAndWait()866 return mExitPending; in exitPending()
104 volatile bool mExitPending; variable