Lines Matching refs:aio_sigevent
607 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE;
608 aiocbp.aio_sigevent.sigev_signo = 0;
610 aiocbp.aio_sigevent.sigev_func = NULL;
611 aiocbp.aio_sigevent.sigev_value.sival_int = 0;
613 aiocbp.aio_sigevent.sigev_notify_function = NULL;
614 aiocbp.aio_sigevent.sigev_notify_attributes = 0;
684 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL;
685 aiocbp.aio_sigevent.sigev_signo = sig;
694 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK;
695 aiocbp.aio_sigevent.sigev_func = lio_async_callback_handler;
696 aiocbp.aio_sigevent.sigev_value.sival_int = size;
704 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD;
705 aiocbp.aio_sigevent.sigev_notify_function =
707 aiocbp.aio_sigevent.sigev_notify_attributes =
1183 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE;
1184 aiocbp.aio_sigevent.sigev_signo = 0;
1186 aiocbp.aio_sigevent.sigev_func = NULL;
1187 aiocbp.aio_sigevent.sigev_value.sival_int = 0;
1189 aiocbp.aio_sigevent.sigev_notify_function = NULL;
1190 aiocbp.aio_sigevent.sigev_notify_attributes = 0;
1260 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL;
1261 aiocbp.aio_sigevent.sigev_signo = sig;
1267 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK;
1268 aiocbp.aio_sigevent.sigev_func = lio_async_callback_handler;
1272 aiocbp.aio_sigevent.sigev_value.sival_int = size;
1277 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD;
1278 aiocbp.aio_sigevent.sigev_notify_function =
1283 aiocbp.aio_sigevent.sigev_notify_attributes =
1697 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1698 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1710 (aiocbp->aio_sigevent.sigev_notify ==
1711 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1714 aiocbp->aio_sigevent.sigev_notify ==
1717 aiocbp->aio_sigevent.sigev_notify ==
1819 (aiocbp->aio_sigevent.sigev_notify ==
1820 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1823 aiocbp->aio_sigevent.sigev_notify ==
1826 aiocbp->aio_sigevent.sigev_notify ==
1832 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) {
1842 (aiocbp->aio_sigevent.sigev_notify ==
1844 aio_sigevent.sigev_notify ==
1847 aiocbp->aio_sigevent.sigev_notify ==
1850 aiocbp->aio_sigevent.sigev_notify ==
1899 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1900 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1916 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1917 sigrelse(aiocbp->aio_sigevent.sigev_signo);
1929 sigrelse(aiocbp->aio_sigevent.sigev_signo);