Searched refs:mRunning (Results 1 - 5 of 5) sorted by relevance

/system/core/libutils/
H A DThreads.cpp646 mExitPending(false), mRunning(false)
668 if (mRunning) {
682 mRunning = true;
695 mRunning = false;
755 self->mRunning = false;
796 while (mRunning == true) {
818 while (mRunning == true) {
827 return mRunning;
836 if (mRunning) {
/system/core/include/utils/
H A DThread.h102 // note that all accesses of mExitPending and mRunning need to hold mLock
104 volatile bool mRunning; member in class:android::Thread
/system/core/libutils/include/utils/
H A DThread.h102 // note that all accesses of mExitPending and mRunning need to hold mLock
104 volatile bool mRunning; member in class:android::Thread
/system/chre/core/
H A Devent_loop.cc102 while (mRunning) {
250 if (mRunning && (senderInstanceId == kSystemInstanceId ||
270 if (mRunning) {
286 mRunning = false;
309 return (mCurrentApp == mStoppingNanoapp || !mRunning);
/system/chre/core/include/chre/core/
H A Devent_loop.h295 volatile bool mRunning = true; member in class:chre::EventLoop

Completed in 90 milliseconds