HomeSort by relevance Sort by last modified time
    Searched full:termsig (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/os/jni/seccomp-tests/tests/
test_harness.h 225 { name: "global." #test_name, fn: &test_name, termsig: _signal }; \
283 termsig: signal, \
392 int termsig; member in struct:__test_metadata
461 t->passed = t->termsig == -1 ? WEXITSTATUS(status) : 0;
462 if (t->termsig != -1) {
474 } else if (WTERMSIG(status) == t->termsig) {
  /external/bison/lib/
wait-process.h 51 - If termsigp is not NULL: *termsig will be set to the signal that
  /external/lldb/test/pexpect-2.4/
pexpect.py 376 os.WIFEXITED/os.WEXITSTATUS or os.WIFSIGNALED/os.TERMSIG. """
    [all...]

Completed in 248 milliseconds