Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 25 of 50) sorted by relevance

12

/glibc-2.36/conform/data/
Dmqueue.h-data5 type {struct sigevent}
6 element {struct sigevent} int sigev_notify
7 element {struct sigevent} int sigev_signo
8 element {struct sigevent} {union sigval} sigev_value
9 element {struct sigevent} {void(*} sigev_notify_function )(union sigval)
10 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
21 function int mq_notify (mqd_t, const struct sigevent*)
Dsignal.h-data43 type {struct sigevent}
46 element {struct sigevent} int sigev_notify
47 element {struct sigevent} int sigev_signo
48 element {struct sigevent} {union sigval} sigev_value
49 element {struct sigevent} {void(*} sigev_notify_function )(union sigval)
50 element {struct sigevent} {pthread_attr_t*} sigev_notify_attributes
Daio.h-data10 element {struct aiocb} {struct sigevent} aio_sigevent
29 function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)
Dtime.h-data73 tag {struct sigevent}
110 function int timer_create (clockid_t, struct sigevent*, timer_t*)
134 allow sigevent
/glibc-2.36/rt/
Daio.h41 struct sigevent aio_sigevent; /* Signal number and value. */
69 struct sigevent aio_sigevent; /* Signal number and value. */
150 int __nent, struct sigevent *__restrict __sig)
185 int __nent, struct sigevent *__restrict __sig),
233 int __nent, struct sigevent *__restrict __sig)
Dlio_listio-common.c55 struct sigevent sigev;
75 struct sigevent *sig) in lio_listio_internal()
77 struct sigevent defsigev; in lio_listio_internal()
236 struct sigevent *sig) in LIO_LISTIO_OLD()
256 struct sigevent *sig) in LIO_LISTIO_NEW()
Dtst-timer3.c20 struct sigevent *const sigev = arg; in do_timer_create()
37 struct sigevent sigev; in do_test()
Dmq_notify.c24 mq_notify (mqd_t mqdes, const struct sigevent *notification) in mq_notify()
Dtst-timer2.c25 struct sigevent sigev; in do_test()
Dtst-timer-sigmask.c60 struct sigevent sev = { 0 }; in do_test()
Dtst-mqueue5.c131 struct sigevent ev; in thr()
237 struct sigevent ev; in do_child()
643 struct sigevent ev; in do_test()
Dtst-bz28213.c50 struct sigevent sev; in check_bz28213()
Dtst-aio5.c64 struct sigevent ev; in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c32 ___timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) in ___timer_create()
46 struct sigevent local_evp; in ___timer_create()
110 struct sigevent sev = in ___timer_create()
151 __timer_create_old (clockid_t clock_id, struct sigevent *evp, int *timerid) in __timer_create_old()
Dmq_notify.c203 __mq_notify (mqd_t mqdes, const struct sigevent *notification) in __mq_notify()
253 struct sigevent se; in __mq_notify()
/glibc-2.36/resolv/
Dgetaddrinfo_a.c31 struct sigevent sigev;
37 __getaddrinfo_a (int mode, struct gaicb *list[], int ent, struct sigevent *sig) in __getaddrinfo_a()
39 struct sigevent defsigev; in __getaddrinfo_a()
Dgai_misc.h35 struct sigevent *sigevp;
93 extern int __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)
/glibc-2.36/sysdeps/generic/
Daio_misc.h56 struct sigevent *sigevp;
116 extern int __aio_notify_only (struct sigevent *sigev) attribute_hidden;
/glibc-2.36/sysdeps/pthread/
Dtst-timer.c71 struct sigevent sigev1 = in main()
76 struct sigevent sigev2; in main()
Dtst-cancel28.c55 struct sigevent sev = { 0 }; in do_test()
/glibc-2.36/bits/types/
Dsigevent_t.h8 typedef struct sigevent struct
/glibc-2.36/sysdeps/pthread/bits/types/
Dsigevent_t.h9 typedef struct sigevent struct
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsigevent_t.h22 typedef struct sigevent struct
/glibc-2.36/time/
Dtime.h49 struct sigevent;
344 struct sigevent *__restrict __evp,
/glibc-2.36/support/
Dsupport_create_timer.c39 struct sigevent ev = { in support_create_timer()

12