Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/signals/
H A Dmisc.cpp90 #if defined(SIGTHR) in reset_all()
91 if (signo == SIGTHR) { in reset_all()
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d88 inline int SIGTHR = 32; variable
89 #pragma D binding "1.13" SIGTHR
126 signal == SIGTHR ? "SIGTHR" :
/freebsd/sys/sys/
H A Dsignal.h130 #define SIGTHR 32 /* reserved by thread library. */ macro
131 #define SIGLWP SIGTHR
H A Drctl.h126 #define RCTL_ACTION_SIGTHR SIGTHR
/freebsd/lib/libsysdecode/
H A Dsignal.c64 [SIGTHR] = "SIGTHR",
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c615 pthread_kill(dpr->dpr_tid, SIGTHR); in dt_proc_destroy()
/freebsd/lib/libthr/thread/
H A Dthr_private.h88 #define SIGCANCEL SIGTHR
/freebsd/sys/kern/
H A Dkern_prot.c1644 if (td->td_proc->p_leader != NULL && signum >= SIGTHR && in p_cansignal()
1645 signum < SIGTHR + 4 && td->td_proc->p_leader == p->p_leader) in p_cansignal()