Home
last modified time | relevance | path

Searched refs:WaitForPending (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/memory_replay/
H A DThread.cpp37 void Thread::WaitForPending() { in WaitForPending() function in Thread
H A DThread.h33 void WaitForPending();
H A DThreads.cpp37 thread->WaitForPending(); in ThreadRunner()
/aosp12/system/extras/memory_replay/tests/
H A DThreadTest.cpp71 thread->WaitForPending(); in ThreadWaitForPending()