Searched defs:ucontext (Results 1 – 4 of 4) sorted by relevance
40 bool UnwindCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()54 void UnwindCurrent::GetUnwContextFromUcontext(const ucontext_t* ucontext) { in GetUnwContextFromUcontext()
138 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local175 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
49 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()
59 bool Backtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind()