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

/external/valgrind/main/coregrind/
H A Dpub_core_libcsignal.h79 extern Int VG_(tkill) ( Int lwpid, Int signo );
H A Dm_libcsignal.c312 Int VG_(tkill)( Int lwpid, Int signo ) function
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c368 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
369 /* JRS 2009-Mar-20: should we assert for r==0 (tkill succeeded)?
380 tkill on tid, but tid no longer exists; tkill returns an

Completed in 83 milliseconds