Home
last modified time | relevance | path

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

/dragonfly/lib/librt/
HDaio.c59 case SIGEV_NONE: in _aio_notify()
101 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_read()
121 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_write()
141 if ((ap->aio_sigevent.sigev_notify != SIGEV_NONE) && in aio_fsync()
162 (sigevp->sigev_notify != SIGEV_NONE) && in lio_listio()
/dragonfly/sys/sys/
HDsignal.h193 #define SIGEV_NONE 0 /* No async notification */ macro