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

/system/core/libcorkscrew/
H A Dbacktrace.c43 // Bionic implements and exports gettid but only implements tgkill.
44 extern int tgkill(int tgid, int tid, int sig);
48 // glibc doesn't implement or export either gettid or tgkill.
57 static int tgkill(int tgid, int tid, int sig) { function
171 if (tgkill(getpid(), tid, SIGURG)) {

Completed in 63 milliseconds