Searched refs:g_ready_for_remote (Results 1 – 1 of 1) sorted by relevance
/system/core/libunwindstack/tests/ |
D | UnwindTest.cpp | 56 static volatile bool g_ready_for_remote; variable 63 g_ready_for_remote = false; in ResetGlobals() 147 g_ready_for_remote = true; in InnerFunction() 255 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F() 279 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F() 307 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in RemoteCheckForLeaks() 410 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), false, &completed); in RemoteThroughSignal()
|