Searched defs:unw_getcontext (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-common.h116 /* unw_getcontext() fills the unw_context_t pointed to by UC with the
119 to think of unw_getcontext() as being identical to getcontext(). */
120 #define unw_getcontext(uc) unw_tdep_getcontext(uc) macro

Completed in 94 milliseconds