Searched defs:tgkill (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/
H A Dbacktrace.c42 // 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 87 milliseconds