Home
last modified time | relevance | path

Searched refs:SIGLIBRT (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d90 inline int SIGLIBRT = 33; variable
91 #pragma D binding "1.13" SIGLIBRT
127 signal == SIGLIBRT ? "SIGLIBRT" :
/freebsd/lib/librt/
H A Dsigev_thread.c232 newevp->sigev_signo = SIGLIBRT; in __sigev_get_sigevent()
283 _pthread_kill(sn->sn_tn->tn_thread, SIGLIBRT); in __sigev_delete_node()
382 sigaddset(&set, SIGLIBRT); in sigev_service_loop()
/freebsd/lib/libsysdecode/
H A Dsignal.c65 [SIGLIBRT] = "SIGLIBRT",
/freebsd/sys/sys/
H A Dsignal.h132 #define SIGLIBRT 33 /* reserved by real-time library. */ macro