Searched defs:exitPending (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DThreads.cpp726 // reset status and exitPending to their default value, so we can
786 if (result && !self->exitPending()) {
900 bool Thread::exitPending() const function in class:android::Thread
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2583 bool exitPending; member in class:android::GraphicProducerWrapper
2606 if (exitPending) {
2634 exitPending(false), exitRequested(false) {
2645 exitPending = true;

Completed in 88 milliseconds