Searched refs:SIGTHR (Results 1 – 8 of 8) sorted by relevance
90 #if defined(SIGTHR) in reset_all()91 if (signo == SIGTHR) { in reset_all()
88 inline int SIGTHR = 32; variable89 #pragma D binding "1.13" SIGTHR126 signal == SIGTHR ? "SIGTHR" :
130 #define SIGTHR 32 /* reserved by thread library. */ macro131 #define SIGLWP SIGTHR
126 #define RCTL_ACTION_SIGTHR SIGTHR
64 [SIGTHR] = "SIGTHR",
615 pthread_kill(dpr->dpr_tid, SIGTHR); in dt_proc_destroy()
88 #define SIGCANCEL SIGTHR
2079 if (td->td_proc->p_leader != NULL && signum >= SIGTHR && in p_cansignal()2080 signum < SIGTHR + 4 && td->td_proc->p_leader == p->p_leader) in p_cansignal()