Searched refs:sigevent (Results 1 – 25 of 50) sorted by relevance
12
/glibc-2.36/conform/data/ |
D | mqueue.h-data | 5 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*)
|
D | signal.h-data | 43 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
|
D | aio.h-data | 10 element {struct aiocb} {struct sigevent} aio_sigevent 29 function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)
|
D | time.h-data | 73 tag {struct sigevent} 110 function int timer_create (clockid_t, struct sigevent*, timer_t*) 134 allow sigevent
|
/glibc-2.36/rt/ |
D | aio.h | 41 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)
|
D | lio_listio-common.c | 55 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()
|
D | tst-timer3.c | 20 struct sigevent *const sigev = arg; in do_timer_create() 37 struct sigevent sigev; in do_test()
|
D | mq_notify.c | 24 mq_notify (mqd_t mqdes, const struct sigevent *notification) in mq_notify()
|
D | tst-timer2.c | 25 struct sigevent sigev; in do_test()
|
D | tst-timer-sigmask.c | 60 struct sigevent sev = { 0 }; in do_test()
|
D | tst-mqueue5.c | 131 struct sigevent ev; in thr() 237 struct sigevent ev; in do_child() 643 struct sigevent ev; in do_test()
|
D | tst-bz28213.c | 50 struct sigevent sev; in check_bz28213()
|
D | tst-aio5.c | 64 struct sigevent ev; in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timer_create.c | 32 ___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()
|
D | mq_notify.c | 203 __mq_notify (mqd_t mqdes, const struct sigevent *notification) in __mq_notify() 253 struct sigevent se; in __mq_notify()
|
/glibc-2.36/resolv/ |
D | getaddrinfo_a.c | 31 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()
|
D | gai_misc.h | 35 struct sigevent *sigevp; 93 extern int __gai_notify_only (struct sigevent *sigev, pid_t caller_pid)
|
/glibc-2.36/sysdeps/generic/ |
D | aio_misc.h | 56 struct sigevent *sigevp; 116 extern int __aio_notify_only (struct sigevent *sigev) attribute_hidden;
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-timer.c | 71 struct sigevent sigev1 = in main() 76 struct sigevent sigev2; in main()
|
D | tst-cancel28.c | 55 struct sigevent sev = { 0 }; in do_test()
|
/glibc-2.36/bits/types/ |
D | sigevent_t.h | 8 typedef struct sigevent struct
|
/glibc-2.36/sysdeps/pthread/bits/types/ |
D | sigevent_t.h | 9 typedef struct sigevent struct
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/ |
D | sigevent_t.h | 22 typedef struct sigevent struct
|
/glibc-2.36/time/ |
D | time.h | 49 struct sigevent; 344 struct sigevent *__restrict __evp,
|
/glibc-2.36/support/ |
D | support_create_timer.c | 39 struct sigevent ev = { in support_create_timer()
|
12