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

/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h186 int sigev_notify; /* Notification type */ member in struct:sigevent
218 int sigev_notify; /* Notification type */ member in struct:user64_sigevent
226 int sigev_notify; /* Notification type */ member in struct:user32_sigevent
234 int sigev_notify; /* Notification type */ member in struct:user_sigevent
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c1326 sigev->sigev_notify = sigevent64.sigev_notify;
1338 sigev->sigev_notify = sigevent32.sigev_notify;
2107 * sigev_notify equal to SIGEV_SIGNAL or SIGEV_NONE. this means
2112 switch ( entryp->aiocb.aio_sigevent.sigev_notify ) {
2232 if ( entryp->aiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL &&
2646 the_user_aiocbp->aio_sigevent.sigev_notify = my_aiocbp->aio_sigevent.sigev_notify;
2669 the_user_aiocbp->aio_sigevent.sigev_notify
[all...]
/darwin-on-arm/xnu/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 79 milliseconds