Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dmachines.c219 struct sigaction oldact; /* SIGALRM state saved by setitimer */ global() member
/freebsd/lib/libthr/thread/
H A Dthr_sig.c572 struct sigaction newact, oldact, oldact2; in __thr_sigaction() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp97 int internal_sigaction(int signum, const void *act, void *oldact) { in internal_sigaction()
H A Dsanitizer_mac.cpp234 int internal_sigaction(int signum, const void *act, void *oldact) { in internal_sigaction()
H A Dsanitizer_linux.cpp936 int internal_sigaction_norestorer(int signum, const void *act, void *oldact) { in internal_sigaction_norestorer()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1176 struct sigaction *oldact) { in __kmp_sigaction()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1501 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ argument
1516 __sanitizer_sigaction *oldact) { in sigaction_impl()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1844 #define __sanitizer_syscall_pre_sigaction(signum, act, oldact) \ argument
1846 #define __sanitizer_syscall_post_sigaction(res, signum, act, oldact) \ argument
1849 #define __sanitizer_syscall_pre_rt_sigaction(signum, act, oldact, sz) \ argument
1852 #define __sanitizer_syscall_post_rt_sigaction(res, signum, act, oldact, sz) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1638 struct sigaction *oldact, dfsan_label signum_label, in __dfsw_sigaction()
1684 struct sigaction *oldact, dfsan_label signum_label, in __dfso_sigaction()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2563 #define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact) \ argument