/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd02.c | 135 fd = tst_syscall(__NR_timerfd_create, in main() 152 fd = tst_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
|
H A D | timerfd03.c | 131 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 D | timerfd.h | 21 return tst_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/time/ |
H A D | syscalls.rs | 71 unsafe { ret_owned_fd(syscall!(__NR_timerfd_create, clockid, flags)) }
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 329 #define __NR_timerfd_create 350 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1924 pub const __NR_timerfd_create: u32 = 85; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1923 pub const __NR_timerfd_create: u32 = 85; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1910 pub const __NR_timerfd_create: u32 = 85; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2159 pub const __NR_timerfd_create: u32 = 306; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2263 pub const __NR_timerfd_create: u32 = 5280; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2162 pub const __NR_timerfd_create: u32 = 306; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2296 pub const __NR_timerfd_create: u32 = 4321; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2135 pub const __NR_timerfd_create: u32 = 350; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2394 pub const __NR_timerfd_create: u32 = 312; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2097 pub const __NR_timerfd_create: u32 = 319; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2384 pub const __NR_timerfd_create: u32 = 312; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2082 pub const __NR_timerfd_create: u32 = 1073742107; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2147 pub const __NR_timerfd_create: u32 = 322; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2119 pub const __NR_timerfd_create: u32 = 283; consts
|