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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c218 tcdp->tcd_notif.sigev_notify_function,
219 tcdp->tcd_notif.sigev_value) != 0)
257 function = tcdp->tcd_notif.sigev_notify_function;
427 (void) memset(&tcdp->tcd_notif, 0, sizeof (tcdp->tcd_notif));
484 tcdp->tcd_notif = *sigevp;
485 tcdp->tcd_notif.sigev_notify_attributes = tcdp->tcd_attrp;
527 tcdp->tcd_notif.sigev_notify_attributes);
H A Dsigev_thread.h55 struct sigevent tcd_notif; /* encapsulates usr fct and usr vals */ member in struct:thread_communication_data
H A Dmqueue.c923 tcdp->tcd_notif.sigev_notify = SIGEV_THREAD;
924 tcdp->tcd_notif.sigev_signo = 0;
925 tcdp->tcd_notif.sigev_value = sigevp->sigev_value;
926 tcdp->tcd_notif.sigev_notify_function =

Completed in 83 milliseconds