Home
last modified time | relevance | path

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

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