Home
last modified time | relevance | path

Searched refs:timer_create (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch5 timer_create [BZ #26687]
8 Linux timer_create.c:
10 ../sysdeps/unix/sysv/linux/timer_create.c: In function '__timer_create_new':
11 ../sysdeps/unix/sysv/linux/timer_create.c:83:17: warning: array subscript 'struct timer[0]' is part…
14 ../sysdeps/unix/sysv/linux/timer_create.c:59:47: note: referencing an object of size 8 allocated by…
43 sysdeps/unix/sysv/linux/timer_create.c | 74 ++++++-------------
71 - timer_create needs to be changed. */
121 diff --git a/sysdeps/unix/sysv/linux/timer_create.c b/sysdeps/unix/sysv/linux/timer_create.c
123 --- a/sysdeps/unix/sysv/linux/timer_create.c
124 +++ b/sysdeps/unix/sysv/linux/timer_create.c
[all …]
/OK3568_Linux_fs/buildroot/package/ltp-testsuite/
H A Dltp-testsuite.mk83 testcases/kernel/syscalls/timer_create/timer_create01.c \
84 testcases/kernel/syscalls/timer_create/timer_create03.c
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c508 if (!kc->timer_create) in do_timer_create()
556 error = kc->timer_create(new_timer); in do_timer_create()
577 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, in SYSCALL_DEFINE3() argument
592 COMPAT_SYSCALL_DEFINE3(timer_create, clockid_t, which_clock, in COMPAT_SYSCALL_DEFINE3() argument
1315 .timer_create = common_timer_create,
1332 .timer_create = common_timer_create,
1364 .timer_create = common_timer_create,
1381 .timer_create = common_timer_create,
H A Dposix-stubs.c41 SYS_NI(timer_create);
160 COMPAT_SYS_NI(timer_create);
H A Dposix-timers.h15 int (*timer_create)(struct k_itimer *timer); member
H A Dposix-cpu-timers.c1557 .timer_create = posix_cpu_timer_create,
1568 .timer_create = process_cpu_timer_create,
1575 .timer_create = thread_cpu_timer_create,
H A Dalarmtimer.c861 .timer_create = alarm_timer_create,
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dtimens.h23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
H A Dtimer.c42 if (timer_create(clockid, &sevp, &fd) == -1) { in run_test()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dtime.c46 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c144 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
H A Dposix_timers.c156 err = timer_create(which, NULL, &id); in check_timer_create()
H A Dset-timer-lat.c139 err = timer_create(clock_id, &se, tm1); in setup_timer()
H A Dleap-a-day.c296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/
H A Dltp_20220121.bb130 testcases/kernel/syscalls/timer_create/timer_create01.c \
131 testcases/kernel/syscalls/timer_create/timer_create03.c \
/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 Dtime.h234 extern int timer_create (clockid_t __clock_id,
/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 Dtime.h234 extern int timer_create (clockid_t __clock_id,
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl233 222 64 timer_create sys_timer_create
387 526 x32 timer_create compat_sys_timer_create
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl233 222 64 timer_create sys_timer_create
386 526 x32 timer_create compat_sys_timer_create
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl231 220 n32 timer_create compat_sys_timer_create
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
H A Dsyscall_o32.tbl271 257 o32 timer_create sys_timer_create compat_sys_timer_create
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl236 224 common timer_create sys_timer_create
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl264 254 common timer_create sys_timer_create

12