Home
last modified time | relevance | path

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

/freebsd-src/lib/librt/
H A Dsigev_thread.h71 struct sigev_node *__sigev_alloc(int, const struct sigevent *,
H A Dtimer.c109 sn = __sigev_alloc(SI_TIMER, evp, NULL, 0); in __timer_create()
H A Daio.c81 *sn = __sigev_alloc(SI_ASYNCIO, sigevent, NULL, 1); in aio_sigev_alloc()
H A Dmq.c146 sn = __sigev_alloc(SI_MESGQ, evp, mqd->node, 1); in __mq_notify()
H A Dsigev_thread.c190 __sigev_alloc(int type, const struct sigevent *evp, struct sigev_node *prev, in __sigev_alloc() function