/third_party/musl/src/linux/ |
H A D | tgkill.c | 21 return syscall(__NR_tgkill, tgid, tid, sig); in tgkill()
|
/third_party/musl/porting/linux/user/src/linux/ |
H A D | tgkill.c | 21 return syscall(__NR_tgkill, tgid, tid, sig); in tgkill()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill.h | 14 return tst_syscall(__NR_tgkill, tgid, tid, sig); in sys_tgkill()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_kill.c | 16 r = t->tid ? -__syscall(__NR_tgkill, getpid(), t->tid, sig) in pthread_kill()
|
/third_party/musl/src/thread/ |
H A D | pthread_kill.c | 21 r = t->tid ? -__syscall(__NR_tgkill, getpid(), t->tid, sig) in pthread_kill()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 245 #define __NR_tgkill 268 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1970 pub const __NR_tgkill: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1969 pub const __NR_tgkill: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1944 pub const __NR_tgkill: u32 = 131; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2105 pub const __NR_tgkill: u32 = 250; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2209 pub const __NR_tgkill: u32 = 5225; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2107 pub const __NR_tgkill: u32 = 250; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2242 pub const __NR_tgkill: u32 = 4266; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2053 pub const __NR_tgkill: u32 = 268; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2293 pub const __NR_tgkill: u32 = 211; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2022 pub const __NR_tgkill: u32 = 241; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2284 pub const __NR_tgkill: u32 = 211; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2041 pub const __NR_tgkill: u32 = 1073742058; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2096 pub const __NR_tgkill: u32 = 270; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2070 pub const __NR_tgkill: u32 = 234; consts
|