/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
H A D | timer_create03.c | 42 TEST(tst_syscall(__NR_timer_create, clock, &evp, &created_timer_id)); in run()
|
H A D | timer_create01.c | 68 TEST(tst_syscall(__NR_timer_create, clock, in run()
|
H A D | timer_create02.c | 64 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 D | timer_delete01.c | 35 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer_id)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/timer_getoverrun/ |
H A D | timer_getoverrun01.c | 60 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/timer_gettime/ |
H A D | timer_gettime01.c | 40 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
H A D | clock_settime03.c | 62 TEST(tst_syscall(__NR_timer_create, CLOCK_REALTIME, &ev, &timer)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
H A D | timer_settime01.c | 101 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer)); in run()
|
H A D | timer_settime02.c | 91 TEST(tst_syscall(__NR_timer_create, clock, NULL, &timer)); in run()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 234 #define __NR_timer_create 257 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1946 pub const __NR_timer_create: u32 = 107; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1945 pub const __NR_timer_create: u32 = 107; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1927 pub const __NR_timer_create: u32 = 107; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2095 pub const __NR_timer_create: u32 = 240; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2200 pub const __NR_timer_create: u32 = 5216; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2097 pub const __NR_timer_create: u32 = 240; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2233 pub const __NR_timer_create: u32 = 4257; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2042 pub const __NR_timer_create: u32 = 257; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2348 pub const __NR_timer_create: u32 = 266; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2034 pub const __NR_timer_create: u32 = 254; consts
|