Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c144 if (timer_create(which, NULL, &id) < 0) in check_timer_create()
189 if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id)) in ctd_thread_func()
295 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_sig_ign()
368 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_rearm()
424 if (timer_create(CLOCK_MONOTONIC, &sev, &timerid)) in check_delete()
466 if (timer_create(which, &sev, &timerid)) in check_sigev_none()
513 if (timer_create(which, &sev, &timerid)) in check_gettime()
573 if (timer_create(which, &sev, &timerid)) in check_overrun()
H A Dalarmtimer-suspend.c130 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
H A Dset-timer-lat.c127 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()
/linux/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()
/linux/arch/um/os-Linux/
H A Dtime.c41 if (timer_create(CLOCK_MONOTONIC, NULL, t) == -1) in os_timer_create()
/linux/kernel/
H A Dsys_ni.c207 COND_SYSCALL(timer_create);
216 COND_SYSCALL_COMPAT(timer_create);
/linux/tools/include/nolibc/
H A Dtime.h179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/linux/kernel/time/
H A Dposix-cpu-timers.c1650 .timer_create = posix_cpu_timer_create,
1662 .timer_create = process_cpu_timer_create,
1669 .timer_create = thread_cpu_timer_create,
H A Dalarmtimer.c819 .timer_create = alarm_timer_create,
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
417 526 x32 timer_create compat_sys_timer_create
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
415 526 x32 timer_create compat_sys_timer_create
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
H A Dsyscall_n32.tbl231 220 n32 timer_create compat_sys_timer_create
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/linux/scripts/
H A Dsyscall.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/scripts/
H A Dsyscall.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl269 259 common timer_create sys_timer_create
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl279 250 common timer_create sys_timer_create compat_sys_timer_create
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl264 254 common timer_create sys_timer_create
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl269 248 common timer_create sys_timer_create

12