Home
last modified time | relevance | path

Searched refs:__NR_timer_create (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create03.c42 TEST(tst_syscall(__NR_timer_create, clock, &evp, &created_timer_id)); in run()
H A Dtimer_create01.c68 TEST(tst_syscall(__NR_timer_create, clock, in run()
H A Dtimer_create02.c64 TEST(tst_syscall(__NR_timer_create, tc->clock, tc->ev_ptr, tc->kt_ptr)); in run()
/third_party/ltp/testcases/kernel/syscalls/timer_delete/
H A Dtimer_delete01.c35 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer_id)); in run()
/third_party/ltp/testcases/kernel/syscalls/timer_getoverrun/
H A Dtimer_getoverrun01.c60 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in main()
/third_party/ltp/testcases/kernel/syscalls/timer_gettime/
H A Dtimer_gettime01.c40 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in setup()
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime03.c62 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in run()
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
H A Dtimer_settime01.c101 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer)); in run()
H A Dtimer_settime02.c91 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer)); in run()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h234 #define __NR_timer_create 257 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1946 pub const __NR_timer_create: u32 = 107; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1945 pub const __NR_timer_create: u32 = 107; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1927 pub const __NR_timer_create: u32 = 107; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2095 pub const __NR_timer_create: u32 = 240; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2200 pub const __NR_timer_create: u32 = 5216; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2097 pub const __NR_timer_create: u32 = 240; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2233 pub const __NR_timer_create: u32 = 4257; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2042 pub const __NR_timer_create: u32 = 257; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2348 pub const __NR_timer_create: u32 = 266; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2034 pub const __NR_timer_create: u32 = 254; consts

Completed in 146 milliseconds

12