Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c314 attrp = sigevp->sigev_notify_attributes; in aio_spawner()
323 attrp = aiocbp->aio_sigevent.sigev_notify_attributes; in aio_spawner()
334 attrp = aiocbp->aio_sigevent.sigev_notify_attributes; in aio_spawner()
463 if (sigevp->sigev_notify_attributes == NULL) in setup_sigev_handler()
474 sigevp->sigev_notify_attributes); 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 Dmqueue.c909 sigevp->sigev_notify_attributes); in cancel_if_necessary()
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h89 pthread_attr_t *sigev_notify_attributes; member
109 caddr32_t sigev_notify_attributes; member
/illumos-gate/usr/src/head/
H A Dtime.h138 pthread_attr_t *sigev_notify_attributes; member
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h184 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
/illumos-gate/usr/src/uts/common/os/
H A Daio.c3261 dest->aio_sigevent.sigev_notify_attributes = (pthread_attr_t *) in aiocb_LFton()
3262 (uintptr_t)src->aio_sigevent.sigev_notify_attributes; in aiocb_LFton()
3767 dest->aio_sigevent.sigev_notify_attributes = (pthread_attr_t *) in aiocb_32ton()
3768 (uintptr_t)src->aio_sigevent.sigev_notify_attributes; in aiocb_32ton()