Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/camera/common/default/include/
H A DSimpleThread.h46 virtual inline bool exitPending() final { return mDone.load(std::memory_order_acquire); } in exitPending() function
/aosp_15_r20/system/core/libutils/
H A DThreads.cpp852 bool Thread::exitPending() const in exitPending() function in android::Thread