| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A 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), 224 int __nent, struct sigevent *__restrict __sig)
|
| H A D | time.h | 49 struct sigevent; 235 struct sigevent *__restrict __evp,
|
| H A D | mqueue.h | 61 extern int mq_notify (mqd_t __mqdes, const struct sigevent *__notification)
|
| H A D | netdb.h | 691 int __ent, struct sigevent *__restrict __sig);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A 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), 224 int __nent, struct sigevent *__restrict __sig)
|
| H A D | time.h | 49 struct sigevent; 235 struct sigevent *__restrict __evp,
|
| H A D | mqueue.h | 61 extern int mq_notify (mqd_t __mqdes, const struct sigevent *__notification)
|
| H A D | netdb.h | 691 int __ent, struct sigevent *__restrict __sig);
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch | 125 @@ -52,16 +52,6 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) 127 struct sigevent local_evp; 142 @@ -69,31 +59,17 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) 179 @@ -106,20 +82,18 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) 202 @@ -137,8 +111,7 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid) 211 struct sigevent sev = 212 @@ -150,27 +123,24 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | sigevent_t.h | 22 typedef struct sigevent struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | sigevent_t.h | 22 typedef struct sigevent struct
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | audit.h | 400 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 470 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 640 const struct sigevent *notification) in audit_mq_notify()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timer.c | 29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | alarmtimer-suspend.c | 123 struct sigevent se; in main()
|
| H A D | set-timer-lat.c | 125 struct sigevent se; in setup_timer()
|
| H A D | leap-a-day.c | 179 struct sigevent se; in main()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 144 struct sigevent notify; 1317 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() 1441 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1443 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2() 1445 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2() 1578 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/ |
| H A D | step_after_suspend_test.c | 133 struct sigevent event = {}; in suspend()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 320 typedef struct sigevent { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 320 typedef struct sigevent { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 322 typedef struct sigevent { struct
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | compat.c | 179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
| /OK3568_Linux_fs/buildroot/package/qemu/ |
| H A D | Config.in | 101 # Incompatible "struct sigevent" definition on musl
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-timers.c | 498 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create() 578 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | .proftool.cmd | |