Searched refs:__NR_tgkill (Results 1 - 25 of 45) sorted by relevance

12

/bionic/libc/arch-arm/syscalls/
H A Dtgkill.S8 ldr r7, =__NR_tgkill
/bionic/libc/arch-arm64/syscalls/
H A Dtgkill.S6 mov x8, __NR_tgkill
/bionic/libc/arch-mips/syscalls/
H A Dtgkill.S8 li $v0, __NR_tgkill
/bionic/libc/arch-x86_64/syscalls/
H A Dtgkill.S6 movl $__NR_tgkill, %eax
/bionic/libc/bionic/
H A Dabort.cpp42 register int r7 __asm__("r7") = __NR_tgkill;
48 register long x8 __asm__("x8") = __NR_tgkill;
51 syscall(__NR_tgkill, pid, tid, sig);
/bionic/libc/arch-mips64/syscalls/
H A Dtgkill.S8 li $v0, __NR_tgkill
/bionic/libc/arch-x86/syscalls/
H A Dtgkill.S24 movl $__NR_tgkill, %eax
/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h172 #define __NR_tgkill 131 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-generic/
H A Dunistd.h172 #define __NR_tgkill 131 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/libc/versioner-dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-generic/
H A Dunistd.h172 #define __NR_tgkill 131 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/tools/versioner/dependencies/x86/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/tools/versioner/dependencies/x86_64/kernel_uapi_asm-x86/asm/
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
/bionic/libc/include/bits/
H A Dglibc-syscalls.h1129 #if defined(__NR_tgkill)
1130 #define SYS_tgkill __NR_tgkill

Completed in 245 milliseconds

12