Searched refs:__NR_tgkill (Results 1 – 16 of 16) sorted by relevance
6 mov x8, __NR_tgkill
6 movl $__NR_tgkill, %eax
8 li $v0, __NR_tgkill
8 ldr r7, =__NR_tgkill
24 movl $__NR_tgkill, %eax
255 #define __NR_tgkill 234 macro
288 #define __NR_tgkill 270 macro
226 #define __NR_tgkill (__X32_SYSCALL_BIT + 234) macro
174 #define __NR_tgkill 131 macro
1132 #if defined(__NR_tgkill)1133 #define SYS_tgkill __NR_tgkill
246 #define __NR_tgkill (__NR_Linux + 225) macro
250 #define __NR_tgkill (__NR_Linux + 229) macro
287 #define __NR_tgkill (__NR_Linux + 266) macro
244 #define __NR_tgkill (__NR_SYSCALL_BASE + 268) macro
560 while (TEMP_FAILURE_RETRY(syscall(__NR_tgkill, getpid(), tid, 0)) != -1) { in TEST()