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

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h165 #define SIGEV_NONE 0 /* No async notification */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c2122 * sigev_notify equal to SIGEV_SIGNAL or SIGEV_NONE. this means
2140 case SIGEV_NONE:
/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;

Completed in 81 milliseconds