Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/libntp/
H A Dmachines.c218 struct sigaction oldact; /* SIGALRM state saved by setitimer */ member
/freebsd-src/lib/libthr/thread/
H A Dthr_sig.c572 struct sigaction newact, oldact, oldact2; in __thr_sigaction() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp95 void *oldact); in internal_sigaction() argument
H A Dsanitizer_mac.cpp234 int internal_sigaction(int signum, const void *act, void *oldact) { in internal_sigaction() argument
H A Dsanitizer_linux.cpp867 internal_sigaction_norestorer(int signum,const void * act,void * oldact) internal_sigaction_norestorer() argument
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1149 __kmp_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact) __kmp_sigaction() argument
/freebsd-src/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() argument
[all...]
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1638 struct sigaction *oldact, dfsan_label signum_label, in __dfsw_sigaction() argument
1684 __dfso_sigaction(int signum,const struct sigaction * act,struct sigaction * oldact,dfsan_label signum_label,dfsan_label act_label,dfsan_label oldact_label,dfsan_label * ret_label,dfsan_origin signum_origin,dfsan_origin act_origin,dfsan_origin oldact_origin,dfsan_origin * ret_origin) __dfso_sigaction() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2552 SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo,act,oldact) global() argument