Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp659 mExitPending(false), mRunning(false) in Thread()
687 mExitPending = false; in run()
764 if (result == false || self->mExitPending) { in _threadLoop()
765 self->mExitPending = true; in _threadLoop()
790 mExitPending = true; in requestExit()
805 mExitPending = true; in requestExitAndWait()
812 mExitPending = false; in requestExitAndWait()
861 return mExitPending; in exitPending()
/system/core/include/utils/
DThread.h101 volatile bool mExitPending; variable