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

/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc73 int tkill(pid_t tid, int sig) { function in namespace:__anon7439
203 // tkill returns '0'. Retry a couple of times if the signal doesn't get
214 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) {
/external/valgrind/coregrind/
H A Dm_libcsignal.c360 Int VG_(tkill)( Int lwpid, Int signo ) function

Completed in 397 milliseconds