Home
last modified time | relevance | path

Searched refs:__NR_timerfd_create (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd02.c135 fd = tst_syscall(__NR_timerfd_create, in main()
152 fd = tst_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
H A Dtimerfd03.c131 fd = tst_syscall(__NR_timerfd_create, in main()
148 fd = tst_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
/third_party/ltp/include/lapi/
H A Dtimerfd.h21 return tst_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dsyscalls.rs71 unsafe { ret_owned_fd(syscall!(__NR_timerfd_create, clockid, flags)) }
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h329 #define __NR_timerfd_create 350 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1924 pub const __NR_timerfd_create: u32 = 85; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1923 pub const __NR_timerfd_create: u32 = 85; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1910 pub const __NR_timerfd_create: u32 = 85; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2159 pub const __NR_timerfd_create: u32 = 306; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2263 pub const __NR_timerfd_create: u32 = 5280; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2162 pub const __NR_timerfd_create: u32 = 306; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2296 pub const __NR_timerfd_create: u32 = 4321; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2135 pub const __NR_timerfd_create: u32 = 350; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2394 pub const __NR_timerfd_create: u32 = 312; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2097 pub const __NR_timerfd_create: u32 = 319; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2384 pub const __NR_timerfd_create: u32 = 312; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2082 pub const __NR_timerfd_create: u32 = 1073742107; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2147 pub const __NR_timerfd_create: u32 = 322; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2119 pub const __NR_timerfd_create: u32 = 283; consts

Completed in 182 milliseconds