Home
last modified time | relevance | path

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

/system/core/include/utils/
DThread.h81 bool exitPending() const;
/system/core/libutils/
DThreads.cpp762 if (result && !self->exitPending()) { in _threadLoop()
876 bool Thread::exitPending() const in exitPending() function in android::Thread