Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DThreadEntry.h48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() function
DBacktraceCurrent.cpp161 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()