Searched refs:ucontext (Results 1 – 5 of 5) sorted by relevance
59 void CrashCallback(char *buf, size_t len, void *ucontext);71 typedef void(*ThreadInfoCallback)(char *buf, size_t len, void *ucontext);
209 void *ucontext __attribute__((unused))) in CrashCallback() argument212 if (ucontext == nullptr) { in CrashCallback()216 auto uctx = static_cast<ucontext_t *>(ucontext); in CrashCallback()
429 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetStackSignalHandler() local430 [[maybe_unused]] mcontext_t &mcontext = ucontext->uc_mcontext; in GetStackSignalHandler()506 [[maybe_unused]] ucontext_t *ucontext = reinterpret_cast<ucontext_t*>(context); in GetPcFromContext() local507 [[maybe_unused]] mcontext_t &mcontext = ucontext->uc_mcontext; in GetPcFromContext()
268 auto *ucontext = static_cast<ucontext_t *>(ucontextRaw); in Handler() local273 if (sigismember(&ucontext->uc_sigmask, i) == 1 || in Handler()
1993 "include/sys/ucontext.h",2107 "include/ucontext.h",