Home
last modified time | relevance | path

Searched defs:timerfd (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/time/
H A Dmod.rs6 mod timerfd; modules
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_timerfd_create_test.cpp20 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); in HWTEST_F() local
/third_party/rust/crates/rustix/tests/time/
H A Dmain.rs12 mod timerfd; modules
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A 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 in timerfd_create_0300() local
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs212 pub mod timerfd; modules
/third_party/libinput/tools/
H A Dlibinput-record.c2085 arm_timer(int timerfd) in arm_timer() argument
2227 int sigfd, timerfd; in mainloop() local

Completed in 5 milliseconds