Home
last modified time | relevance | path

Searched refs:__NR_tgkill (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/libbase/
H A Dthreads.cpp52 return syscall(__NR_tgkill, tgid, tid, sig); in tgkill()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h255 #define __NR_tgkill 234 macro
H A Dunistd_32.h288 #define __NR_tgkill 270 macro
H A Dunistd_x32.h226 #define __NR_tgkill (__X32_SYSCALL_BIT + 234) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h194 #define __NR_tgkill 131 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h1224 #if defined(__NR_tgkill)
1225 #define SYS_tgkill __NR_tgkill
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h244 #define __NR_tgkill (__NR_SYSCALL_BASE + 268) macro
/aosp12/bionic/tests/
H A Dpthread_test.cpp559 while (TEMP_FAILURE_RETRY(syscall(__NR_tgkill, getpid(), tid, 0)) != -1) { in TEST()