Home
last modified time | relevance | path

Searched refs:timerfd_create (Results 1 – 21 of 21) sorted by relevance

/tools/build/feature/
A Dtest-timerfd.c11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
/tools/include/nolibc/sys/
A Dtimerfd.h26 int timerfd_create(int clockid, int flags) in timerfd_create() function
/tools/testing/selftests/timens/
A Dtimerfd.c50 fd = timerfd_create(clockid, 0); in run_test()
/tools/testing/selftests/breakpoints/
A Dstep_after_suspend_test.c166 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend()
/tools/thermal/thermometer/
A Dthermometer.c396 thermometer->tz[i].fd_timer = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_start()
476 fd = timerfd_create(CLOCK_MONOTONIC, 0); in thermometer_wait()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl291 280 n64 timerfd_create sys_timerfd_create
/tools/scripts/
A Dsyscall.tbl109 85 common timerfd_create sys_timerfd_create
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl347 306 common timerfd_create parisc_timerfd_create
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl332 322 common timerfd_create sys_timerfd_create
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl295 283 common timerfd_create sys_timerfd_create
A Dsyscall_32.tbl337 322 i386 timerfd_create sys_timerfd_create
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl335 312 common timerfd_create sys_timerfd_create
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl412 481 common timerfd_create sys_timerfd_create
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl368 350 common timerfd_create sys_timerfd_create
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl365 350 common timerfd_create sys_timerfd_create
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl379 312 common timerfd_create sys_timerfd_create
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl399 306 common timerfd_create sys_timerfd_create
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl329 319 common timerfd_create sys_timerfd_create sys_timerfd_create
/tools/perf/
A Dbuiltin-kvm.c1313 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c996 timer = timerfd_create(CLOCK_MONOTONIC, 0); in test_timerfd()
/tools/perf/util/
A Devlist.c2354 eet->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in evlist__parse_event_enable_time()

Completed in 724 milliseconds