HomeSort by relevance Sort by last modified time
    Searched refs:mExitPending (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/utils/
Threads.cpp 677 mExitPending(false), mRunning(false)
702 mExitPending = false;
756 if (result && !self->mExitPending) {
773 if (result == false || self->mExitPending) {
774 self->mExitPending = true;
798 mExitPending = true;
818 mExitPending = false;
825 return mExitPending;
  /frameworks/base/include/utils/
threads.h 533 volatile bool mExitPending;

Completed in 1304 milliseconds