/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 534 #if !defined(__NR_tgkill) 535 #define __NR_tgkill 131 macro
|
D | x86_64_linux_syscalls.h | 949 #if !defined(__NR_tgkill) 950 #define __NR_tgkill 234 macro
|
D | x86_32_linux_syscalls.h | 1081 #if !defined(__NR_tgkill) 1082 #define __NR_tgkill 270 macro
|
D | mips64_linux_syscalls.h | 916 #if !defined(__NR_tgkill) 917 #define __NR_tgkill (__NR_Linux + 225) macro
|
D | mips_linux_syscalls.h | 1082 #if !defined(__NR_tgkill) 1083 #define __NR_tgkill (__NR_Linux + 266) macro
|
D | arm_linux_syscalls.h | 912 #if !defined(__NR_tgkill) 913 #define __NR_tgkill (__NR_SYSCALL_BASE+268) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 708 #ifdef __NR_tgkill 709 { "tgkill", __NR_tgkill },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 176 #define __NR_tgkill 131 macro
|
D | vki-scnums-s390x-linux.h | 211 #define __NR_tgkill 241 macro
|
D | vki-scnums-amd64-linux.h | 317 #define __NR_tgkill 234 macro
|
D | vki-scnums-arm-linux.h | 305 #define __NR_tgkill 268 macro
|
D | vki-scnums-ppc64-linux.h | 287 #define __NR_tgkill 250 macro
|
D | vki-scnums-ppc32-linux.h | 293 #define __NR_tgkill 250 macro
|
D | vki-scnums-x86-linux.h | 307 #define __NR_tgkill 270 macro
|
D | vki-scnums-mips64-linux.h | 264 #define __NR_tgkill (__NR_Linux + 225) macro
|
D | vki-scnums-mips32-linux.h | 306 #define __NR_tgkill (__NR_Linux + 266) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 238 #define __NR_tgkill 234 macro
|
D | unistd_32.h | 271 #define __NR_tgkill 270 macro
|
D | unistd_x32.h | 209 #define __NR_tgkill (__X32_SYSCALL_BIT + 234) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 273 case __NR_tgkill: { in RestrictKillTarget()
|
/external/strace/ |
D | scno.h | 710 #ifndef __NR_tgkill 711 # define __NR_tgkill (SYSCALL_BIT | 234) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 289 #define __NR_tgkill (__NR_Linux + 266) macro 632 #define __NR_tgkill (__NR_Linux + 225) macro 979 #define __NR_tgkill (__NR_Linux + 229) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 400 #define __NR_tgkill 131 macro 401 __SYSCALL(__NR_tgkill, sys_tgkill)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 227 #define __NR_tgkill (__NR_SYSCALL_BASE + 268) macro
|
/external/elfutils/tests/ |
D | backtrace.c | 286 #define tgkill(pid, tid, sig) syscall (__NR_tgkill, (pid), (tid), (sig))
|