Searched refs:sigev_notify_attributes (Results 1 – 21 of 21) sorted by relevance
83 newtimer->event.sigev_notify_attributes = &newtimer->attr; in timer_create()106 if (evp->sigev_notify_attributes) in timer_create()107 newtimer->attr = *(pthread_attr_t *) evp->sigev_notify_attributes; in timer_create()
143 ev.sigev_notify_attributes = &nattr; in do_test()206 ev.sigev_notify_attributes = &nattr; in do_test()286 ev.sigev_notify_attributes = NULL; in do_test()
85 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()90 ev.sigev_notify_attributes = NULL; in do_test()
103 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()109 ev.sigev_notify_attributes = NULL; in do_test()
34 sigev.sigev_notify_attributes = NULL; in do_test()
77 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
76 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
66 pattr = (pthread_attr_t *) sigev->sigev_notify_attributes; in __aio_notify_only()
253 ev.sigev_notify_attributes = NULL; in do_test()272 ev.sigev_notify_attributes = &nattr; in do_test()
195 ev.sigev_notify_attributes = NULL; in do_test()
90 if (evp->sigev_notify_attributes != NULL) in ___timer_create()96 oattr = (struct pthread_attr *) evp->sigev_notify_attributes; in ___timer_create()
235 if (notification->sigev_notify_attributes != NULL) in __mq_notify()243 notification->sigev_notify_attributes); in __mq_notify()
14 void *sigev_notify_attributes; /* Really pthread_attr_t.*/ member
15 pthread_attr_t *sigev_notify_attributes; /* Really pthread_attr_t.*/ member
46 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
64 pattr = (pthread_attr_t *) sigev->sigev_notify_attributes; in __gai_notify_only()
86 sigev2.sigev_notify_attributes = NULL; in main()
10 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
50 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
19320 sigevent's sigev_notify_attributes field a pthread_attr_t*.
40311 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.