Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/librt/
H A Daio.c58 switch (sigevp->sigev_notify) { in _aio_notify()
101 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_read()
102 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_read()
121 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_write()
122 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_write()
141 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_fsync()
142 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_fsync()
162 (sigevp->sigev_notify != SIGEV_NONE) && in lio_listio()
163 (sigevp->sigev_notify != SIGEV_THREAD)) in lio_listio()
/dragonfly/sys/sys/
H A Dsignal.h174 int sigev_notify; /* Notification type */ member
/dragonfly/sys/kern/
H A Dsys_mqueue.c877 mq->mq_sig_notify.sigev_notify == SIGEV_SIGNAL) { in mq_send1()
973 if (sig.sigev_notify == SIGEV_SIGNAL && in sys_mq_notify()
/dragonfly/share/examples/scsi_target/
H A Dscsi_target.c831 se->sigev_notify = SIGEV_KEVENT; in get_ctio()