/third_party/ltp/testcases/kernel/syscalls/tkill/ |
H A D | tkill01.c | 43 TST_EXP_PASS(tst_syscall(__NR_tkill, tid, SIGUSR1)); in run()
|
H A D | tkill02.c | 45 TST_EXP_FAIL(tst_syscall(__NR_tkill, *(tc[i].tid), SIGUSR1), in run() 46 tc[i].exp_errno, "tst_syscall(__NR_tkill) expecting %s", in run()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
H A D | signal06.c | 76 asm volatile ("syscall" : "=a"(unused) : "a"(__NR_tkill), "D"(pid), "S"(SIGHUP) : "rcx", "r11"); in test()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/elfutils/libdwfl/ |
H A D | linux-pid-attach.c | 91 syscall (__NR_tkill, tid, SIGSTOP); in __libdwfl_ptrace_attach()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 215 #define __NR_tkill 238 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1969 pub const __NR_tkill: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1968 pub const __NR_tkill: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1943 pub const __NR_tkill: u32 = 130; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2065 pub const __NR_tkill: u32 = 208; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2176 pub const __NR_tkill: u32 = 5192; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2066 pub const __NR_tkill: u32 = 208; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2212 pub const __NR_tkill: u32 = 4236; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2025 pub const __NR_tkill: u32 = 238; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2269 pub const __NR_tkill: u32 = 187; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2018 pub const __NR_tkill: u32 = 237; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2260 pub const __NR_tkill: u32 = 187; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2014 pub const __NR_tkill: u32 = 1073742024; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2065 pub const __NR_tkill: u32 = 238; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2036 pub const __NR_tkill: u32 = 200; consts
|