Searched refs:SIGEV_NONE (Results 1 – 2 of 2) sorted by relevance
59 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()
193 #define SIGEV_NONE 0 /* No async notification */ macro