Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread_list.cc701 flipping_threads[i]->WaitForFlipFunctionTestingExited(self, &exit_flags[i]); in FlipThreadRoots()
H A Dthread.h498 void WaitForFlipFunctionTestingExited(Thread* self, ThreadExitFlag* tef)
H A Dthread.cc1949 void Thread::WaitForFlipFunctionTestingExited(Thread* self, ThreadExitFlag* tef) { in WaitForFlipFunctionTestingExited() function in art::Thread