Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/tkill/
H A Dtkill01.c43 TST_EXP_PASS(tst_syscall(__NR_tkill, tid, SIGUSR1)); in run()
H A Dtkill02.c45 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 Dsignal06.c76 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 Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c91 syscall (__NR_tkill, tid, SIGSTOP); in __libdwfl_ptrace_attach()
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h215 #define __NR_tkill 238 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1969 pub const __NR_tkill: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1968 pub const __NR_tkill: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1943 pub const __NR_tkill: u32 = 130; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2065 pub const __NR_tkill: u32 = 208; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2176 pub const __NR_tkill: u32 = 5192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2066 pub const __NR_tkill: u32 = 208; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2212 pub const __NR_tkill: u32 = 4236; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2025 pub const __NR_tkill: u32 = 238; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2269 pub const __NR_tkill: u32 = 187; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2018 pub const __NR_tkill: u32 = 237; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2260 pub const __NR_tkill: u32 = 187; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2014 pub const __NR_tkill: u32 = 1073742024; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2065 pub const __NR_tkill: u32 = 238; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2036 pub const __NR_tkill: u32 = 200; consts

Completed in 239 milliseconds