Home
last modified time | relevance | path

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

/tools/testing/selftests/timers/
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()
A Dalarmtimer-suspend.c130 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
A Dset-timer-lat.c127 err = timer_create(clock_id, &se, tm1); in setup_timer()
A Dleap-a-day.c296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main()
/tools/testing/selftests/timens/
A Dtimens.h23 if (timer_create(-1, 0, 0) == -1 && errno == ENOSYS) in check_supported_timers()
A Dtimer.c42 if (timer_create(clockid, &sevp, &fd) == -1) { in run_test()
/tools/include/nolibc/
A Dtime.h179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl234 222 64 timer_create sys_timer_create
415 526 x32 timer_create compat_sys_timer_create
A Dsyscall_32.tbl274 259 i386 timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl227 216 n64 timer_create sys_timer_create
/tools/scripts/
A Dsyscall.tbl136 107 common timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl279 250 common timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl269 259 common timer_create sys_timer_create
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl269 248 common timer_create sys_timer_create
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl345 414 common timer_create sys_timer_create
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl275 257 common timer_create sys_timer_create
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl272 257 common timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl325 266 common timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl306 240 common timer_create sys_timer_create compat_sys_timer_create
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl264 254 common timer_create sys_timer_create compat_sys_timer_create
/tools/testing/selftests/bpf/
A Dtest_progs.c261 err = timer_create(CLOCK_MONOTONIC, &watchdog_sev, &env.watchdog); in watchdog_init()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c950 ret = timer_create(CLOCK_MONOTONIC, &evp, &timer); in test_timer()
/tools/power/x86/turbostat/
A Dturbostat.c6650 if (timer_create(CLOCK_REALTIME, &sev, &timerid) == -1) { in msr_sum_record()

Completed in 42 milliseconds