Searched refs:tkill (Results 1 - 4 of 4) 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/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc561 RESTRICT_SYSCALL_DEATH_TEST(tkill);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c419 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
420 /* JRS 2009-Mar-20: should we assert for r==0 (tkill succeeded)?
431 tkill on tid, but tid no longer exists; tkill returns an

Completed in 745 milliseconds