Searched refs:SIGCANCEL (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_sig.c | 194 if (SIGISMEMBER(*set, SIGCANCEL)) in remove_thr_signals() 195 SIGDELSET(*set, SIGCANCEL); in remove_thr_signals() 327 SIGDELSET(ucp->uc_sigmask, SIGCANCEL); in handle_signal() 377 SIGADDSET(ucp->uc_sigmask, SIGCANCEL); in check_cancel() 380 _thr_send_sig(curthread, SIGCANCEL); in check_cancel() 483 if (sig == SIGCANCEL) in _thr_signal_init() 506 __sys_sigaction(SIGCANCEL, &act, NULL); in _thr_signal_init() 510 SIGADDSET(act.sa_mask, SIGCANCEL); in _thr_signal_init() 596 if (!_SIG_VALID(sig) || sig == SIGCANCEL) { in __thr_sigaction() 666 SIGDELSET(newset, SIGCANCEL); in __thr_sigprocmask() [all …]
|
| H A D | thr_suspend_np.c | 125 thr_kill(-1, SIGCANCEL); in _thr_suspend_all_np() 172 _thr_send_sig(thread, SIGCANCEL); in suspend_common()
|
| H A D | thr_cancel.c | 75 _thr_send_sig(pthread, SIGCANCEL); in _thr_cancel()
|
| H A D | thr_exit.c | 232 SIGADDSET(set, SIGCANCEL);
|
| H A D | thr_create.c | 187 SIGDELSET(new_thread->sigmask, SIGCANCEL); in _pthread_create()
|
| H A D | thr_private.h | 89 #define SIGCANCEL SIGTHR macro
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.init.c | 729 #ifdef SIGCANCEL in mesginit() 731 if (mesg[SIGCANCEL].pname == NULL) { in mesginit() 732 mesg[SIGCANCEL].iname = "CANCEL"; in mesginit() 733 mesg[SIGCANCEL].pname = CSAVS(2, 109, in mesginit()
|