Home
last modified time | relevance | path

Searched refs:SIGCANCEL (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_sig.c194 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 Dthr_suspend_np.c125 thr_kill(-1, SIGCANCEL); in _thr_suspend_all_np()
172 _thr_send_sig(thread, SIGCANCEL); in suspend_common()
H A Dthr_cancel.c75 _thr_send_sig(pthread, SIGCANCEL); in _thr_cancel()
H A Dthr_exit.c232 SIGADDSET(set, SIGCANCEL);
H A Dthr_create.c187 SIGDELSET(new_thread->sigmask, SIGCANCEL); in _pthread_create()
H A Dthr_private.h89 #define SIGCANCEL SIGTHR macro
/freebsd/contrib/tcsh/
H A Dsh.init.c729 #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()