Home
last modified time | relevance | path

Searched refs:SIGEV_THREAD (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/librt/
H A Daio.c62 case SIGEV_THREAD: in _aio_notify()
102 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_read()
122 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_write()
142 (ap->aio_sigevent.sigev_notify != SIGEV_THREAD)) in aio_fsync()
163 (sigevp->sigev_notify != SIGEV_THREAD)) in lio_listio()
/dragonfly/sys/sys/
H A Dsignal.h195 #define SIGEV_THREAD 2 /* Call back in a pthread */ macro