Searched refs:mExitPending (Results 1 – 2 of 2) sorted by relevance
653 mExitPending(false), mRunning(false) in Thread()683 mExitPending = false; in run()760 if (result == false || self->mExitPending) { in _threadLoop()761 self->mExitPending = true; in _threadLoop()786 mExitPending = true; in requestExit()801 mExitPending = true; in requestExitAndWait()808 mExitPending = false; in requestExitAndWait()857 return mExitPending; in exitPending()
101 volatile bool mExitPending; variable