Searched refs:WaitForRemote (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/unwinding/libunwindstack/benchmarks/ |
H A D | remote_unwind_benchmarks.cpp | 35 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 D | UnwindTest.cpp | 229 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()
|