Home
last modified time | relevance | path

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

/system/extras/libperfmgr/
DNodeLooperThread.cc29 if (::android::Thread::exitPending()) { in Request()
68 if (::android::Thread::exitPending()) { in Cancel()
/system/core/libutils/include/utils/
DThread.h84 bool exitPending() const;
/system/core/libutils/
DThreads.cpp735 if (result && !self->exitPending()) { in _threadLoop()
849 bool Thread::exitPending() const in exitPending() function in android::Thread