Searched refs:mExitPending (Results 1 – 2 of 2) sorted by relevance
735 mExitPending(false), mRunning(false) in Thread()763 mExitPending = false; in run()840 if (result == false || self->mExitPending) { in _threadLoop()841 self->mExitPending = true; in _threadLoop()866 mExitPending = true; in requestExit()881 mExitPending = true; in requestExitAndWait()888 mExitPending = false; in requestExitAndWait()915 return mExitPending; in exitPending()
551 volatile bool mExitPending; variable