Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/rt/
Dtimer_create.c83 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()
Dtst-mqueue6.c143 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()
Dtst-aio5.c85 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
90 ev.sigev_notify_attributes = NULL; in do_test()
Dtst-aio4.c103 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
109 ev.sigev_notify_attributes = NULL; in do_test()
Dtst-timer2.c34 sigev.sigev_notify_attributes = NULL; in do_test()
Dtst-aio2.c77 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
Dtst-aio3.c76 cb.aio_sigevent.sigev_notify_attributes = NULL; in do_test()
Daio_notify.c66 pattr = (pthread_attr_t *) sigev->sigev_notify_attributes; in __aio_notify_only()
Dtst-timer4.c253 ev.sigev_notify_attributes = NULL; in do_test()
272 ev.sigev_notify_attributes = &nattr; in do_test()
Dtst-mqueue3.c195 ev.sigev_notify_attributes = NULL; in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c90 if (evp->sigev_notify_attributes != NULL) in ___timer_create()
96 oattr = (struct pthread_attr *) evp->sigev_notify_attributes; in ___timer_create()
Dmq_notify.c235 if (notification->sigev_notify_attributes != NULL) in __mq_notify()
243 notification->sigev_notify_attributes); in __mq_notify()
/glibc-2.36/bits/types/
Dsigevent_t.h14 void *sigev_notify_attributes; /* Really pthread_attr_t.*/ member
/glibc-2.36/sysdeps/pthread/bits/types/
Dsigevent_t.h15 pthread_attr_t *sigev_notify_attributes; /* Really pthread_attr_t.*/ member
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsigevent_t.h46 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
/glibc-2.36/resolv/
Dgai_notify.c64 pattr = (pthread_attr_t *) sigev->sigev_notify_attributes; in __gai_notify_only()
/glibc-2.36/sysdeps/pthread/
Dtst-timer.c86 sigev2.sigev_notify_attributes = NULL; in main()
/glibc-2.36/conform/data/
Dmqueue.h-data10 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
Dsignal.h-data50 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
/glibc-2.36/ChangeLog.old/
DChangeLog.1919320 sigevent's sigev_notify_attributes field a pthread_attr_t*.
DChangeLog.1840311 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.