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

/external/valgrind/main/coregrind/
H A Dpub_core_signals.h70 extern void VG_(kill_self)(Int sigNo);
H A Dm_signals.c1440 void VG_(kill_self)(Int sigNo) function
2491 VG_(kill_self)(sigNo); /* generate a core dump */
H A Dm_main.c2558 VG_(kill_self)(VG_(threads)[tid].os_state.fatalsig);
2559 /* we shouldn't be alive at this point. But VG_(kill_self)
2562 VG_(debugLog)(0, "main", "VG_(kill_self) failed. Exiting normally.\n");

Completed in 104 milliseconds