Home
last modified time | relevance | path

Searched refs:TFD_TIMER_ABSTIME (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/timerfd/
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()
Dtimerfd_settime02.c86 TEST(punch_clock(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)); in run()
Dtimerfd04.c81 if (tv->tfd_settime(fd, TFD_TIMER_ABSTIME, tst_its_get(&it), NULL)) { in verify_timerfd()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h269 #define TFD_TIMER_ABSTIME 1 macro
274 #define TFD_SETTIME_FLAGS TFD_TIMER_ABSTIME
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimerfd.h14 #define TFD_TIMER_ABSTIME 1 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
Dtypes.rs103 const ABSTIME = linux_raw_sys::general::TFD_TIMER_ABSTIME;
/third_party/rust/crates/nix/src/sys/
Dtime.rs95 const TFD_TIMER_ABSTIME = libc::TFD_TIMER_ABSTIME; constant
107 const TFD_TIMER_ABSTIME = libc::TIMER_ABSTIME; constant
/third_party/libinput/src/
Dtimer.c79 r = timerfd_settime(libinput->timer.fd, TFD_TIMER_ABSTIME, &its, NULL); in libinput_timer_arm_timer_fd()
/third_party/rust/crates/rustix/src/backend/libc/time/
Dtypes.rs311 const ABSTIME = c::TFD_TIMER_ABSTIME;
/third_party/musl/Benchmark/musl/
Dlibc_time.cpp183 if (timerfd_settime(fd, TFD_TIMER_ABSTIME, &newValue, nullptr) == -1) { in Bm_function_Timerfd_settime()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt954 TFD_TIMER_ABSTIME
Dlinux.txt2631 TFD_TIMER_ABSTIME
Dandroid.txt2571 TFD_TIMER_ABSTIME
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1026 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2076 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2637 pub const TFD_TIMER_ABSTIME: ::c_int = 1; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2190 pub const TFD_TIMER_ABSTIME: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2189 pub const TFD_TIMER_ABSTIME: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs2234 pub const TFD_TIMER_ABSTIME: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2301 pub const TFD_TIMER_ABSTIME: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2299 pub const TFD_TIMER_ABSTIME: u32 = 1; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs2432 pub const TFD_TIMER_ABSTIME: u32 = 1; constant

12