HomeSort by relevance Sort by last modified time
    Searched refs:tgkill (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-mips/syscalls/
tgkill.S 4 .globl tgkill
6 .ent tgkill
8 tgkill: label
22 .end tgkill
  /bionic/libc/bionic/
pthread_kill.cpp 35 extern "C" int tgkill(int tgid, int tid, int sig);
49 int rc = tgkill(getpid(), tid, sig);
  /bionic/libc/arch-arm/bionic/
tgkill.S 41 ENTRY(tgkill) function
51 END(tgkill)
  /bionic/libc/arch-x86/syscalls/
tgkill.S 6 ENTRY(tgkill) function
27 END(tgkill)
  /bionic/linker/
debugger.cpp 41 extern "C" int tgkill(int tgid, int tid, int sig);
241 (void) tgkill(getpid(), gettid(), n);
  /system/core/libcorkscrew/
backtrace.c 42 // Bionic implements and exports gettid but only implements tgkill.
43 extern int tgkill(int tgid, int tid, int sig);
56 // glibc doesn't implement or export either gettid or tgkill.
65 static int tgkill(int tgid, int tid, int sig) { function
157 // TODO: there's no tgkill(2) on Mac OS, so we'd either need the
181 if (tgkill(getpid(), tid, SIGURG)) {
  /bionic/libc/arch-arm/
arm.mk 18 arch-arm/bionic/tgkill.S \
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 883 /* tgkill is not exported from android-14 libc.so */
885 int WRAP(tgkill)(int tgid, int tid, int portable_signum)
887 extern int tgkill(int, int, int);
904 rv = REAL(tgkill)(tgid, tid, mips_signum);
    [all...]
  /bionic/libc/arch-mips/
syscalls.mk 32 syscall_src += arch-mips/syscalls/tgkill.S
  /bionic/libc/arch-x86/
syscalls.mk 32 syscall_src += arch-x86/syscalls/tgkill.S

Completed in 119 milliseconds