Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd01.c112 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 Dtimerfd_settime02.c23 #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 Dtimerfd04.c81 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 Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/include/sys/
H A Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h269 #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 Dtypes.rs102 /// `TFD_TIMER_ABSTIME`
103 const ABSTIME = linux_raw_sys::general::TFD_TIMER_ABSTIME;
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs95 const TFD_TIMER_ABSTIME = libc::TFD_TIMER_ABSTIME; consts
107 const TFD_TIMER_ABSTIME = libc::TIMER_ABSTIME; consts
/third_party/libinput/src/
H A Dtimer.c82 r = timerfd_settime(libinput->timer.fd, TFD_TIMER_ABSTIME, &its, NULL); in libinput_timer_arm_timer_fd()
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp173 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 Dtypes.rs310 /// `TFD_TIMER_ABSTIME`
311 const ABSTIME = c::TFD_TIMER_ABSTIME;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1026 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2190 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2637 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2076 pub const TFD_TIMER_ABSTIME: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2189 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2169 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2299 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2370 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2321 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2432 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2273 pub const TFD_TIMER_ABSTIME: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2536 pub const TFD_TIMER_ABSTIME: u32 = 1; consts

Completed in 156 milliseconds

12