Home
last modified time | relevance | path

Searched refs:TFD_TIMER_CANCEL_ON_SET (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd_settime02.c23 #define TIMERFD_FLAGS "timerfd_settime(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)"
25 #ifndef TFD_TIMER_CANCEL_ON_SET
26 #define TFD_TIMER_CANCEL_ON_SET (1<<1) macro
86 TEST(punch_clock(TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET)); in run()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimerfd.h15 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimerfd.h15 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimerfd.h15 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/third_party/musl/include/sys/
H A Dtimerfd.h15 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) macro
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs105 /// `TFD_TIMER_CANCEL_ON_SET`
106 const CANCEL_ON_SET = linux_raw_sys::general::TFD_TIMER_CANCEL_ON_SET;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1027 pub const TFD_TIMER_CANCEL_ON_SET: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2191 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2077 pub const TFD_TIMER_CANCEL_ON_SET: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2190 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2170 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2300 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2371 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2322 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2433 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2274 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2537 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2235 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2508 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2220 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2302 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2231 pub const TFD_TIMER_CANCEL_ON_SET: u32 = 2; consts

Completed in 192 milliseconds