/external/ltp/testcases/kernel/syscalls/tkill/ |
D | tkill01.c | 96 TEST(ltp_syscall(__NR_tkill, tid, SIGUSR1)); in main()
|
D | tkill02.c | 129 TEST(ltp_syscall(__NR_tkill, *(test_cases[i].tid), SIGUSR1)); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 530 #if !defined(__NR_tkill) 531 #define __NR_tkill 130 macro
|
D | x86_64_linux_syscalls.h | 813 #if !defined(__NR_tkill) 814 #define __NR_tkill 200 macro
|
D | x86_32_linux_syscalls.h | 957 #if !defined(__NR_tkill) 958 #define __NR_tkill 238 macro
|
D | mips64_linux_syscalls.h | 784 #if !defined(__NR_tkill) 785 #define __NR_tkill (__NR_Linux + 192) macro
|
D | mips_linux_syscalls.h | 962 #if !defined(__NR_tkill) 963 #define __NR_tkill (__NR_Linux + 236) macro
|
D | arm_linux_syscalls.h | 800 #if !defined(__NR_tkill) 801 #define __NR_tkill (__NR_SYSCALL_BASE+238) macro
|
/external/ltp/testcases/kernel/syscalls/signal/ |
D | signal06.c | 74 asm ("" : : "a"(__NR_tkill), "D"(pid), "S"(SIGHUP)); in test()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 791 #ifndef __NR_tkill 792 #define __NR_tkill 238 macro 910 #ifndef __NR_tkill 911 #define __NR_tkill (__NR_SYSCALL_BASE + 238) macro 1022 #ifndef __NR_tkill 1023 #define __NR_tkill 130 macro 1084 #ifndef __NR_tkill 1085 #define __NR_tkill 200 macro 1185 #ifndef __NR_tkill 1186 #define __NR_tkill (__NR_Linux + 236) macro [all …]
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 606 #ifdef __NR_tkill 607 { "tkill", __NR_tkill },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 255 #define __NR_tkill 130 macro
|
D | vki-scnums-s390x-linux.h | 207 #define __NR_tkill 237 macro
|
D | vki-scnums-arm64-linux.h | 175 #define __NR_tkill 130 macro
|
D | vki-scnums-amd64-linux.h | 283 #define __NR_tkill 200 macro
|
D | vki-scnums-ppc64-linux.h | 245 #define __NR_tkill 208 macro
|
D | vki-scnums-arm-linux.h | 275 #define __NR_tkill 238 macro
|
D | vki-scnums-ppc32-linux.h | 249 #define __NR_tkill 208 macro
|
D | vki-scnums-x86-linux.h | 275 #define __NR_tkill 238 macro
|
/external/valgrind/coregrind/ |
D | m_libcsignal.c | 362 # if defined(__NR_tkill) in VG_() 364 res = VG_(do_syscall2)(__NR_tkill, lwpid, signo); in VG_()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 75 return syscall(__NR_tkill, tid, sig); in tkill()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 204 #define __NR_tkill 200 macro
|
D | unistd_32.h | 240 #define __NR_tkill 238 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 277 case __NR_tkill: in RestrictKillTarget()
|
/external/strace/ |
D | scno.h | 608 #ifndef __NR_tkill 609 # define __NR_tkill (SYSCALL_BIT | 200) macro
|