Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp35 static bool WaitForRemote(pid_t pid, volatile bool* ready_ptr) { in WaitForRemote() function
96 if (!WaitForRemote(pid, &ready)) { in StartRemoteRun()
/aosp12/system/unwinding/libunwindstack/tests/
H A DUnwindTest.cpp229 void WaitForRemote(pid_t pid, uint64_t addr, bool leave_attached, bool* completed) { in WaitForRemote() function
268 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F()
292 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F()
319 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in RemoteCheckForLeaks()
421 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), false, &completed); in RemoteThroughSignal()
425 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_signal_ready_for_remote), true, &completed); in RemoteThroughSignal()