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

/external/valgrind/none/tests/
H A Dasync-sigs.c78 static void test(int block, int caughtsig, int fatalsig) argument
85 block, caughtsig, fatalsig);
120 do_kill(pid, fatalsig); // Should kill it.
126 } else if (!WIFSIGNALED(status) || WTERMSIG(status) != fatalsig) {
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h134 Int fatalsig; // fatal signal member in struct:__anon23214

Completed in 85 milliseconds