Home
last modified time | relevance | path

Searched refs:sigev_signo (Results 1 – 19 of 19) sorted by relevance

/glibc-2.36/rt/
Dtst-mqueue5.c240 ev.sigev_signo = SIGRTMIN; in do_child()
317 ev.sigev_signo = SIGRTMIN; in do_child()
345 ev.sigev_signo = SIGRTMIN; in do_child()
396 ev.sigev_signo = SIGRTMIN; in do_child()
442 ev.sigev_signo = SIGRTMIN; in do_child()
469 ev.sigev_signo = SIGRTMIN; in do_child()
498 ev.sigev_signo = SIGRTMIN; in do_child()
693 ev.sigev_signo = SIGRTMIN; in do_test()
787 ev.sigev_signo = SIGRTMIN; in do_test()
Dtst-aio4.c104 cb.aio_sigevent.sigev_signo = my_signo; in do_test()
110 ev.sigev_signo = my_signo; in do_test()
Daio_notify.c101 if (__aio_sigqueue (sigev->sigev_signo, sigev->sigev_value, getpid ()) in __aio_notify_only()
106 result = raise (sigev->sigev_signo); in __aio_notify_only()
Dtst-timer3.c45 sigev.sigev_signo = SIGALRM; in do_test()
Dtimer_create.c78 newtimer->event.sigev_signo = SIGALRM; in timer_create()
Dtst-timer4.c232 ev.sigev_signo = SIGRTMIN; in do_test()
242 ev.sigev_signo = SIGRTMIN + 1; in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c54 local_evp.sigev_signo = SIGALRM; in ___timer_create()
112 .sigev_signo = SIGTIMER, in ___timer_create()
Dmq_notify.c255 se.sigev_signo = netlink_socket; in __mq_notify()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c311 info.si_signo = timer->event.sigev_signo; in thread_expire_timer()
320 if (pthread_kill (self->captured, timer->event.sigev_signo) != 0) in thread_expire_timer()
322 if (pthread_kill (self->id, timer->event.sigev_signo) != 0) in thread_expire_timer()
/glibc-2.36/bits/types/
Dsigevent_t.h11 int sigev_signo; member
/glibc-2.36/sysdeps/pthread/bits/types/
Dsigevent_t.h12 int sigev_signo; member
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsigevent_t.h25 int sigev_signo; member
/glibc-2.36/support/
Dsupport_create_timer.c41 .sigev_signo = SIGALRM in support_create_timer()
/glibc-2.36/resolv/
Dgai_notify.c95 if (__gai_sigqueue (sigev->sigev_signo, sigev->sigev_value, caller_pid) in __gai_notify_only()
/glibc-2.36/sysdeps/pthread/
Dtst-timer.c74 .sigev_signo = ZSIGALRM in main()
/glibc-2.36/conform/data/
Dmqueue.h-data7 element {struct sigevent} int sigev_signo
Dsignal.h-data47 element {struct sigevent} int sigev_signo
/glibc-2.36/manual/
Dllio.texi2371 the signal determined by @code{sigev_signo} is sent. Otherwise,
2448 the signal determined by @code{sigev_signo} is sent. Otherwise,
/glibc-2.36/ChangeLog.old/
DChangeLog.1840310 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which