Searched refs:old_action (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | tty.c | 272 sig_t old_action = signal(s, SIG_DFL); in ttystop() local 280 (void)signal(s, old_action); in ttystop()
|
H A D | lex.c | 555 sig_t old_action = signal(s, SIG_DFL); in stop() local 563 (void)signal(s, old_action); in stop()
|
H A D | collect.c | 650 sig_t old_action = signal(s, SIG_DFL); in collstop() local 658 (void)signal(s, old_action); in collstop()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | MainLoopPosix.h | 83 struct sigaction old_action; member
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | MainLoopPosix.cpp | 301 int ret = sigaction(signo, &new_action, &info.old_action); 341 sigaction(signo, &it->second.old_action, nullptr);
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 1188 struct sigaction old_action; in __kmp_install_one_handler() local 1192 __kmp_sigaction(sig, &new_action, &old_action); in __kmp_install_one_handler() 1193 if (old_action.sa_handler == __kmp_sighldrs[sig].sa_handler) { in __kmp_install_one_handler() 1197 __kmp_sigaction(sig, &old_action, NULL); in __kmp_install_one_handler()
|