Home
last modified time | relevance | path

Searched refs:tcd_notif (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c216 tcdp->tcd_notif.sigev_notify_function, in timer_spawner()
217 tcdp->tcd_notif.sigev_value) != 0) in timer_spawner()
255 function = tcdp->tcd_notif.sigev_notify_function; in mqueue_spawner()
425 (void) memset(&tcdp->tcd_notif, 0, sizeof (tcdp->tcd_notif)); in free_sigev_handler()
482 tcdp->tcd_notif = *sigevp; in setup_sigev_handler()
483 tcdp->tcd_notif.sigev_notify_attributes = tcdp->tcd_attrp; in setup_sigev_handler()
525 tcdp->tcd_notif.sigev_notify_attributes); in launch_spawner()
H A Dsigev_thread.h53 struct sigevent tcd_notif; /* encapsulates usr fct and usr vals */ member
H A Dmqueue.c921 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD; in cancel_if_necessary()
922 tcdp->tcd_notif.sigev_signo = 0; in cancel_if_necessary()
923 tcdp->tcd_notif.sigev_value = sigevp->sigev_value; in cancel_if_necessary()
924 tcdp->tcd_notif.sigev_notify_function = in cancel_if_necessary()