Searched refs:sigev_notify (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h171 int sigev_notify; /* Notification type */ member in struct:sigevent
204 int sigev_notify; /* Notification type */ member in struct:user64_sigevent
212 int sigev_notify; /* Notification type */ member in struct:user32_sigevent
220 int sigev_notify; /* Notification type */ member in struct:user_sigevent
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c1325 sigev->sigev_notify = sigevent64.sigev_notify;
1337 sigev->sigev_notify = sigevent32.sigev_notify;
2122 * sigev_notify equal to SIGEV_SIGNAL or SIGEV_NONE. this means
2127 switch ( entryp->aiocb.aio_sigevent.sigev_notify ) {
2247 if ( entryp->aiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL &&
2656 the_user_aiocbp->aio_sigevent.sigev_notify = my_aiocbp->aio_sigevent.sigev_notify;
2679 the_user_aiocbp->aio_sigevent.sigev_notify
[all...]
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c4748 my_aiocbp->aio_sigevent.sigev_notify = SIGEV_NONE; // no signals at completion;
4765 my_aiocbp->aio_sigevent.sigev_notify = 0;
4839 my_aiocbp->aio_sigevent.sigev_notify = 0;

Completed in 51 milliseconds