Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 25 of 37) sorted by relevance

12

/glibc-2.36/rt/
Dtst-mqueue5.c133 ev.sigev_notify = SIGEV_NONE; in thr()
239 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
316 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
344 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
366 ev.sigev_notify = SIGEV_NONE; in do_child()
395 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
441 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
468 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
497 ev.sigev_notify = SIGEV_SIGNAL; in do_child()
645 ev.sigev_notify = SIGEV_NONE; in do_test()
[all …]
Dtst-aio7.c52 cb.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
87 cb.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
125 cb0.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
145 cb1.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
Dtst-mqueue6.c141 ev.sigev_notify = SIGEV_THREAD; in do_test()
204 ev.sigev_notify = SIGEV_THREAD; in do_test()
284 ev.sigev_notify = SIGEV_THREAD; in do_test()
Dtst-timer4.c216 ev.sigev_notify = SIGEV_NONE; in do_test()
231 ev.sigev_notify = SIGEV_SIGNAL; in do_test()
241 ev.sigev_notify = SIGEV_SIGNAL; in do_test()
251 ev.sigev_notify = SIGEV_THREAD; in do_test()
270 ev.sigev_notify = SIGEV_THREAD; in do_test()
Dtst-aio5.c83 cb.aio_sigevent.sigev_notify = SIGEV_THREAD; in do_test()
88 ev.sigev_notify = SIGEV_THREAD; in do_test()
Dtst-aio4.c101 cb.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in do_test()
107 ev.sigev_notify = SIGEV_SIGNAL; in do_test()
Daio_notify.c60 if (__glibc_unlikely (sigev->sigev_notify == SIGEV_THREAD)) in __aio_notify_only()
95 else if (sigev->sigev_notify == SIGEV_SIGNAL) in __aio_notify_only()
Dtimer_create.c77 newtimer->event.sigev_notify = SIGEV_SIGNAL; in timer_create()
86 switch (__builtin_expect (newtimer->event.sigev_notify, SIGEV_SIGNAL)) in timer_create()
Dtst-aio.c154 cbs[cnt].aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
214 cbs_fsync.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
Dtst-aio64.c155 cbs[cnt].aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
215 cbs_fsync.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
Dlio_listio-common.c85 defsigev.sigev_notify = SIGEV_NONE; in lio_listio_internal()
98 list[cnt]->aio_sigevent.sigev_notify = SIGEV_NONE; in lio_listio_internal()
Dtst-aio8.c25 req.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
Dtst-timer2.c32 sigev.sigev_notify = SIGEV_THREAD; in do_test()
Dtst-timer-sigmask.c61 sev.sigev_notify = SIGEV_THREAD; in do_test()
Dtst-aio6.c53 cb.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
/glibc-2.36/resolv/
Dgetaddrinfo_a.c54 defsigev.sigev_notify = SIGEV_NONE; in __getaddrinfo_a()
91 sig->sigev_notify == SIGEV_SIGNAL ? getpid () : 0); in __getaddrinfo_a()
155 pid_t caller_pid = sig->sigev_notify == SIGEV_SIGNAL ? getpid () : 0; in __getaddrinfo_a()
Dgai_notify.c58 if (sigev->sigev_notify == SIGEV_THREAD) in __gai_notify_only()
93 else if (sigev->sigev_notify == SIGEV_SIGNAL) in __gai_notify_only()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c44 || __builtin_expect (evp->sigev_notify != SIGEV_THREAD, 1)) in ___timer_create()
53 local_evp.sigev_notify = SIGEV_SIGNAL; in ___timer_create()
113 .sigev_notify = SIGEV_SIGNAL | SIGEV_THREAD_ID, in ___timer_create()
Dmq_notify.c209 if (notification == NULL || notification->sigev_notify != SIGEV_THREAD) in __mq_notify()
254 se.sigev_notify = SIGEV_THREAD; in __mq_notify()
/glibc-2.36/sysdeps/pthread/
Dtst-timer.c73 .sigev_notify = SIGEV_SIGNAL, in main()
84 sigev2.sigev_notify = SIGEV_THREAD; in main()
Dtst-cancel28.c56 sev.sigev_notify = SIGEV_THREAD; in do_test()
/glibc-2.36/bits/types/
Dsigevent_t.h12 int sigev_notify; member
/glibc-2.36/sysdeps/pthread/bits/types/
Dsigevent_t.h13 int sigev_notify; member
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsigevent_t.h26 int sigev_notify; member
/glibc-2.36/support/
Dsupport_create_timer.c40 .sigev_notify = SIGEV_SIGNAL, in support_create_timer()

12