Searched refs:mExitPending (Results 1 – 2 of 2) sorted by relevance
646 mExitPending(false), in Thread()678 mExitPending = false; in run()755 if (result == false || self->mExitPending) { in _threadLoop()756 self->mExitPending = true; in _threadLoop()781 mExitPending = true; in requestExit()796 mExitPending = true; in requestExitAndWait()803 mExitPending = false; in requestExitAndWait()852 return mExitPending; in exitPending()
104 volatile bool mExitPending; variable