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

  /bionic/libc/arch-arm/bionic/
tgkill.S 41 ENTRY(tgkill) function
51 END(tgkill)
  /bionic/libc/arch-mips/syscalls/
tgkill.S 4 .globl tgkill
6 .ent tgkill
8 tgkill: label
22 .end tgkill
  /bionic/libc/arch-x86/syscalls/
tgkill.S 6 ENTRY(tgkill) function
27 END(tgkill)
  /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)) {

Completed in 185 milliseconds