Searched refs:sigev_signo (Results 1 – 19 of 19) sorted by relevance
/glibc-2.36/rt/ |
D | tst-mqueue5.c | 240 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()
|
D | tst-aio4.c | 104 cb.aio_sigevent.sigev_signo = my_signo; in do_test() 110 ev.sigev_signo = my_signo; in do_test()
|
D | aio_notify.c | 101 if (__aio_sigqueue (sigev->sigev_signo, sigev->sigev_value, getpid ()) in __aio_notify_only() 106 result = raise (sigev->sigev_signo); in __aio_notify_only()
|
D | tst-timer3.c | 45 sigev.sigev_signo = SIGALRM; in do_test()
|
D | timer_create.c | 78 newtimer->event.sigev_signo = SIGALRM; in timer_create()
|
D | tst-timer4.c | 232 ev.sigev_signo = SIGRTMIN; in do_test() 242 ev.sigev_signo = SIGRTMIN + 1; in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timer_create.c | 54 local_evp.sigev_signo = SIGALRM; in ___timer_create() 112 .sigev_signo = SIGTIMER, in ___timer_create()
|
D | mq_notify.c | 255 se.sigev_signo = netlink_socket; in __mq_notify()
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 311 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/ |
D | sigevent_t.h | 11 int sigev_signo; member
|
/glibc-2.36/sysdeps/pthread/bits/types/ |
D | sigevent_t.h | 12 int sigev_signo; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/ |
D | sigevent_t.h | 25 int sigev_signo; member
|
/glibc-2.36/support/ |
D | support_create_timer.c | 41 .sigev_signo = SIGALRM in support_create_timer()
|
/glibc-2.36/resolv/ |
D | gai_notify.c | 95 if (__gai_sigqueue (sigev->sigev_signo, sigev->sigev_value, caller_pid) in __gai_notify_only()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-timer.c | 74 .sigev_signo = ZSIGALRM in main()
|
/glibc-2.36/conform/data/ |
D | mqueue.h-data | 7 element {struct sigevent} int sigev_signo
|
D | signal.h-data | 47 element {struct sigevent} int sigev_signo
|
/glibc-2.36/manual/ |
D | llio.texi | 2371 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/ |
D | ChangeLog.18 | 40310 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
|