Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp646 mExitPending(false), mRunning(false) in Thread()
676 mExitPending = false; in run()
753 if (result == false || self->mExitPending) { in _threadLoop()
754 self->mExitPending = true; in _threadLoop()
779 mExitPending = true; in requestExit()
794 mExitPending = true; in requestExitAndWait()
801 mExitPending = false; in requestExitAndWait()
850 return mExitPending; in exitPending()
/system/core/libutils/include/utils/
DThread.h101 volatile bool mExitPending; variable