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

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

Completed in 464 milliseconds