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

/external/elfutils/tests/
H A Dbacktrace.c286 #define tgkill(pid, tid, sig) syscall (__NR_tgkill, (pid), (tid), (sig)) macro
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc34 // uses ExceptionHandler, you need to use tgkill to direct it to the current
108 // A wrapper for the tgkill syscall: send a signal to a specific thread.
109 static int tgkill(pid_t tgid, pid_t tid, int sig) { function
373 if (tgkill(getpid(), syscall(__NR_gettid), sig) < 0) {

Completed in 185 milliseconds