Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DUnwindTest.cpp163 void WaitForRemote(pid_t pid, uint64_t addr, bool leave_attached, bool* completed) { in WaitForRemote() function
203 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST()
287 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), false, &completed); in RemoteThroughSignal()
290 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_signal_ready_for_remote), true, &completed); in RemoteThroughSignal()