Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DUnwindTest.cpp59 static std::atomic_uintptr_t g_ucontext; variable
66 g_ucontext = 0; in ResetGlobals()
76 g_ucontext = reinterpret_cast<uintptr_t>(sigcontext); in SignalHandler()
373 ucontext = reinterpret_cast<void*>(g_ucontext.load()); in TEST_F()