Searched refs:fatalsig (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/none/tests/
H A Dasync-sigs.c69 static void test(int block, int caughtsig, int fatalsig) argument
76 block, caughtsig, fatalsig);
111 do_kill(pid, fatalsig); // Should kill it.
117 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) {
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h150 Int fatalsig; // fatal signal member in struct:__anon32719
H A Dm_main.c2557 vg_assert(VG_(threads)[tid].os_state.fatalsig != 0);
2558 VG_(kill_self)(VG_(threads)[tid].os_state.fatalsig);
H A Dm_signals.c1762 //VG_(threads)[VG_(master_tid)].os_state.fatalsig = sigNo;
1767 VG_(threads)[tid].os_state.fatalsig = sigNo;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c990 gdbserver_process_exit_encountered ('X', VG_(threads)[tid].os_state.fatalsig);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1601 VG_(threads)[tid].os_state.fatalsig = VKI_SIGKILL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3515 tst->os_state.fatalsig = VKI_SIGKILL;

Completed in 94 milliseconds