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

/system/core/libcorkscrew/
H A Dbacktrace.c45 // Bionic implements and exports gettid but only implements tgkill.
46 extern int tgkill(int tgid, int tid, int sig);
50 // glibc doesn't implement or export either gettid or tgkill.
59 static int tgkill(int tgid, int tid, int sig) { function
173 if (tgkill(getpid(), tid, SIGURG)) {

Completed in 689 milliseconds