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

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h175 pthread_attr_t *sigev_notify_attributes; /* Notification attributes */ member in struct:sigevent
208 user64_addr_t sigev_notify_attributes; /* Notify attributes */ member in struct:user64_sigevent
216 user32_addr_t sigev_notify_attributes; /* Notify attributes */ member in struct:user32_sigevent
224 user_addr_t sigev_notify_attributes; /* Notify attributes */ member in struct:user_sigevent
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c1329 sigev->sigev_notify_attributes = sigevent64.sigev_notify_attributes;
1341 sigev->sigev_notify_attributes = CAST_USER_ADDR_T(sigevent32.sigev_notify_attributes);
2123 * sigev_value, sigev_notify_function, and sigev_notify_attributes
2662 the_user_aiocbp->aio_sigevent.sigev_notify_attributes =
2663 CAST_USER_ADDR_T(my_aiocbp->aio_sigevent.sigev_notify_attributes);
2685 the_user_aiocbp->aio_sigevent.sigev_notify_attributes =
2686 my_aiocbp->aio_sigevent.sigev_notify_attributes;
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c4769 my_aiocbp->aio_sigevent.sigev_notify_attributes = NULL;
4843 my_aiocbp->aio_sigevent.sigev_notify_attributes = NULL;

Completed in 31 milliseconds