Home
last modified time | relevance | path

Searched refs:__sigev_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/lib/librt/
H A Dsigev_thread.h73 struct sigev_node *__sigev_alloc(int, const struct sigevent *,
H A Dtimer.c112 sn = __sigev_alloc(SI_TIMER, evp, NULL, 0); in __timer_create()
H A Daio.c80 *sn = __sigev_alloc(SI_ASYNCIO, sigevent, NULL, 1); in aio_sigev_alloc()
H A Dmq.c161 sn = __sigev_alloc(SI_MESGQ, evp, mqd->node, 1); in __mq_notify()
H A Dsigev_thread.c192 __sigev_alloc(int type, const struct sigevent *evp, struct sigev_node *prev, in __sigev_alloc() function