/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd01.c | 112 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 100 * 1000, 0); in run() 117 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 50 * 1000, 50 * 1000); in run()
|
H A D | timerfd_settime02.c | 23 #define TIMERFD_FLAGS "timerfd_settime(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)" 86 TEST(punch_clock(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)); in run()
|
H A D | timerfd04.c | 81 if (tv->tfd_settime(fd, TFD_TIMER_ABSTIME, tst_its_get(&it), NULL)) { in verify_timerfd()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/musl/include/sys/ |
H A D | timerfd.h | 14 #define TFD_TIMER_ABSTIME 1 macro
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 269 #define TFD_TIMER_ABSTIME 1 macro 274 #define TFD_SETTIME_FLAGS TFD_TIMER_ABSTIME
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | types.rs | 102 /// `TFD_TIMER_ABSTIME` 103 const ABSTIME = linux_raw_sys::general::TFD_TIMER_ABSTIME;
|
/third_party/rust/crates/nix/src/sys/ |
H A D | time.rs | 95 const TFD_TIMER_ABSTIME = libc::TFD_TIMER_ABSTIME; consts 107 const TFD_TIMER_ABSTIME = libc::TIMER_ABSTIME; consts
|
/third_party/libinput/src/ |
H A D | timer.c | 82 r = timerfd_settime(libinput->timer.fd, TFD_TIMER_ABSTIME, &its, NULL); in libinput_timer_arm_timer_fd()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 173 if (timerfd_settime(fd, TFD_TIMER_ABSTIME, &newValue, nullptr) == -1) { in Bm_function_Timerfd_settime()
|
/third_party/rust/crates/rustix/src/backend/libc/time/ |
H A D | types.rs | 310 /// `TFD_TIMER_ABSTIME` 311 const ABSTIME = c::TFD_TIMER_ABSTIME;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1026 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2190 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2637 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2076 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2189 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2169 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2299 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2370 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2321 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2432 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2273 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2536 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
|