Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DThreadEntry.h58 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() function
DThreadUnwinder.cpp166 std::unique_ptr<Regs> regs(Regs::CreateFromUcontext(Regs::CurrentArch(), entry->GetUcontext())); in UnwindWithSignal()
/system/unwinding/libbacktrace/
DThreadEntry.h48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() function
DBacktraceCurrent.cpp221 unwind_done = UnwindFromContext(num_ignore_frames, entry->GetUcontext()); in UnwindThread()