Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/lib/libdtrace/
H A Dsignal.d90 inline int SIGLIBRT = 33; variable
91 #pragma D binding "1.13" SIGLIBRT
127 signal == SIGLIBRT ? "SIGLIBRT" :
/freebsd-14.2/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-14.2/lib/libsysdecode/
H A Dsignal.c66 [SIGLIBRT] = "SIGLIBRT",
/freebsd-14.2/sys/sys/
H A Dsignal.h133 #define SIGLIBRT 33 /* reserved by real-time library. */ macro