Searched refs:SIGCANCEL (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_suspend_np.c90 thr_kill(-1, SIGCANCEL);
132 _thr_send_sig(thread, SIGCANCEL);
H A Dthr_sig.c119 if (SIGISMEMBER(*set, SIGCANCEL))
120 SIGDELSET(*set, SIGCANCEL);
251 SIGDELSET(uc2.uc_sigmask, SIGCANCEL);
285 * turn on TDP_WAKEUP or send SIGCANCEL in kernel:
301 SIGADDSET(ucp->uc_sigmask, SIGCANCEL);
303 _thr_send_sig(curthread, SIGCANCEL);
359 * Blocks SIGCANCEL which other threads must send.
401 /* Install SIGCANCEL handler. */
405 __sys_sigaction(SIGCANCEL, &act, NULL);
407 /* Unblock SIGCANCEL */
[all...]
H A Dthr_cancel.c70 _thr_send_sig(pthread, SIGCANCEL);
H A Dthr_exit.c217 SIGADDSET(set, SIGCANCEL);
H A Dthr_create.c177 SIGDELSET(new_thread->sigmask, SIGCANCEL);
H A Dthr_private.h83 #define SIGCANCEL SIGTHR macro
419 /* Thread should unblock SIGCANCEL. */
/freebsd-9.3-release/contrib/gdb/gdb/signals/
H A Dsignals.c131 {"SIGCANCEL", "LWP internal signal"},
425 #if defined (SIGCANCEL)
426 if (hostsig == SIGCANCEL)
678 #if defined (SIGCANCEL)
680 return SIGCANCEL;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.init.c733 #ifdef SIGCANCEL
735 if (mesg[SIGCANCEL].pname == NULL) {
736 mesg[SIGCANCEL].iname = "CANCEL";
737 mesg[SIGCANCEL].pname = CSAVS(2, 109,
740 #endif /* SIGCANCEL */
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c498 * libdtrace client wishes to exit or abort our wait, SIGCANCEL can be used.
520 * dt_proc_destroy() uses SIGCANCEL explicitly to simply poke us out
797 * send it a SIGCANCEL to poke it out of PCWSTOP or any other
802 * We can't use pthread_kill() to send SIGCANCEL because the
805 * send SIGCANCEL to the target thread, so we use _lwp_kill()
812 (void) _lwp_kill(dpr->dpr_tid, SIGCANCEL);
884 (void) sigdelset(&nset, SIGCANCEL); /* see dt_proc_destroy() */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dproc-events.c1559 #ifdef SIGCANCEL
1560 { SIGCANCEL, "SIGCANCEL", "Used by libthread" },

Completed in 126 milliseconds