Searched refs:sigev_notify_function (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c218 tcdp->tcd_notif.sigev_notify_function,
257 function = tcdp->tcd_notif.sigev_notify_function;
315 function = sigevp->sigev_notify_function;
324 function = aiocbp->aio_sigevent.sigev_notify_function;
335 function = aiocbp->aio_sigevent.sigev_notify_function;
638 sigevp->sigev_notify_function == NULL)
H A Dclock_timer.c94 sigevp->sigev_notify_function != NULL) {
H A Dmqueue.c926 tcdp->tcd_notif.sigev_notify_function =
927 sigevp->sigev_notify_function;
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h90 void (*sigev_notify_function)(union sigval); member in struct:sigevent
110 caddr32_t sigev_notify_function; member in struct:sigevent32
/illumos-gate/usr/src/head/
H A Dtime.h137 void (*sigev_notify_function)(union sigval); member in struct:sigevent
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h183 #define sigev_notify_function _sigev_un._sigev_thread._function macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c3272 dest->aio_sigevent.sigev_notify_function = (void (*)(union sigval))
3273 (uintptr_t)src->aio_sigevent.sigev_notify_function;
3778 dest->aio_sigevent.sigev_notify_function = (void (*)(union sigval))
3779 (uintptr_t)src->aio_sigevent.sigev_notify_function;

Completed in 97 milliseconds