Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_sig.c133 __sys_sigaction(SIGCANCEL, &act, NULL); in _thr_signal_init()
156 if (sig < 1 || sig > _SIG_MAXSIG || sig == SIGCANCEL) { in _sigaction()
176 SIGDELSET(newset, SIGCANCEL); in _sigprocmask()
204 if (SIGISMEMBER(*set, SIGCANCEL)) { in _sigsuspend()
206 SIGDELSET(newset, SIGCANCEL); in _sigsuspend()
230 if (SIGISMEMBER(*set, SIGCANCEL)) { in __sigtimedwait()
232 SIGDELSET(newset, SIGCANCEL); in __sigtimedwait()
253 if (SIGISMEMBER(*set, SIGCANCEL)) { in __sigwaitinfo()
255 SIGDELSET(newset, SIGCANCEL); in __sigwaitinfo()
H A Dthr_suspend_np.c124 _thr_send_sig(thread, SIGCANCEL); in suspend_common()
H A Dthr_cancel.c61 _thr_send_sig(pthread, SIGCANCEL); in _pthread_cancel()
H A Dthr_init.c295 SIGDELSET(oldset, SIGCANCEL); in _libpthread_init()
H A Dthr_private.h67 #define SIGCANCEL 32 macro
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c269 #if defined (SIGCANCEL) in gdb_signal_from_host()
270 if (hostsig == SIGCANCEL) in gdb_signal_from_host()
526 #if defined (SIGCANCEL) in do_gdb_signal_to_host()
528 return SIGCANCEL; in do_gdb_signal_to_host()
/dragonfly/contrib/tcsh-6/
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()
/dragonfly/contrib/gdb-7/include/gdb/
H A Dsignals.def102 SET (GDB_SIGNAL_CANCEL, 76, "SIGCANCEL", "LWP internal signal")