Home
last modified time | relevance | path

Searched defs:timerfd (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dtimerfd_create.c29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100() local
45 int timerfd = timerfd_create(CLOCK_REALTIME, 0); in timerfd_create_0200() local
60 int timerfd = timerfd_create(-1, -1); in timerfd_create_0300() local
/third_party/rust/crates/rustix/src/time/
Dmod.rs6 mod timerfd; module
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_timerfd_create_test.cpp20 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); variable
/third_party/rust/crates/rustix/tests/time/
Dmain.rs12 mod timerfd; module
/third_party/libinput/tools/
Dlibinput-record.c2055 arm_timer(int timerfd) in arm_timer()
2197 int sigfd, timerfd; in mainloop() local