Searched refs:sigev_notify (Results 1 – 3 of 3) sorted by relevance
172 int sigev_notify; /* Notification type */ member205 int sigev_notify; /* Notification type */ member213 int sigev_notify; /* Notification type */ member221 int sigev_notify; /* Notification type */ member
1237 sigev->sigev_notify = sigevent64.sigev_notify; in aio_copy_in_sigev()1251 sigev->sigev_notify = sigevent32.sigev_notify; in aio_copy_in_sigev()1277 switch (sigev->sigev_notify) { in aio_sigev_validate()1918 } else if (entryp->aiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL) { in do_aio_completion_and_unlock()2219 the_user_aiocbp->aio_sigevent.sigev_notify = my_aiocbp->aio_sigevent.sigev_notify; in do_munge_aiocb_user32_to_user()2246 the_user_aiocbp->aio_sigevent.sigev_notify = my_aiocbp->aio_sigevent.sigev_notify; in do_munge_aiocb_user64_to_user()
35 ap[n].aio_sigevent.sigev_notify = SIGEV_NONE; in attempt()