Home
last modified time | relevance | path

Searched refs:WaitForRemote (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/benchmarks/
Dremote_unwind_benchmarks.cpp37 static bool WaitForRemote(pid_t pid, volatile bool* ready_ptr) { in WaitForRemote() function
87 if (!WaitForRemote(pid, &ready)) { in StartRemoteRun()
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp227 void WaitForRemote(volatile bool* addr) { in WaitForRemote() function in unwindstack::UnwindTest
238 ASSERT_NO_FATAL_FAILURE(WaitForRemote(&g_ready_for_remote)); in RemoteCheckForLeaks()
275 ASSERT_NO_FATAL_FAILURE(WaitForRemote(&g_signal_ready_for_remote)); in RemoteThroughSignal()
320 ASSERT_NO_FATAL_FAILURE(WaitForRemote(&g_ready_for_remote)); in TEST_F()
332 ASSERT_NO_FATAL_FAILURE(WaitForRemote(&g_ready_for_remote)); in TEST_F()