Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DUnwindTest.cpp48 static std::atomic_uintptr_t g_ucontext; variable
57 g_ucontext = reinterpret_cast<uintptr_t>(sigcontext); in SignalHandler()
247 ucontext = reinterpret_cast<void*>(g_ucontext.load()); in TEST()