Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc263 void* ucontext, bool symbolize_stacktrace, in WriteStackTrace()
281 static void WriteFailureInfo(int signo, void* ucontext, int cpu, in WriteFailureInfo()
321 void* ucontext = nullptr; in AbslFailureSignalHandler() local
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
Drt_sigqueueinfo01.c33 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal01.c30 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone301.c44 static void child_rx_signal(int sig, siginfo_t *info, void *ucontext) in child_rx_signal()
/third_party/ltp/testcases/cve/
Dmeltdown.c108 ucontext_t *ucontext = context; in sigsegv() local
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c187 ucontext_t* ucontext = (ucontext_t*)(ucontext_raw); in signal_chain_handler() local
/third_party/musl/src/sigchain/linux/
Dsigchain.c291 ucontext_t* ucontext = (ucontext_t*)(ucontext_raw); in signal_chain_handler() local
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class
/third_party/musl/ldso/linux/
Ddynlink.c3314 ucontext_t *ucontext = (ucontext_t *)(ucontext_raw); in pac_reset_handler() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10434 typedef struct ucontext struct
10437 struct ucontext *uc_link; argument
10442 } ucontext_t; argument