HomeSort by: relevance | last modified time | path
    Searched defs:got_sigpipe (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 32 static volatile sig_atomic_t got_sigpipe = 0; variable
39 got_sigpipe = 1;
76 got_sigpipe = 0;
81 && got_sigpipe == expect_sig);
scoped_ignore_signal-selftests.c 32 static volatile sig_atomic_t got_sigpipe = 0; variable
39 got_sigpipe = 1;
76 got_sigpipe = 0;
81 && got_sigpipe == expect_sig);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 32 static volatile sig_atomic_t got_sigpipe = 0; variable
39 got_sigpipe = 1;
76 got_sigpipe = 0;
81 && got_sigpipe == expect_sig);
scoped_ignore_signal-selftests.c 32 static volatile sig_atomic_t got_sigpipe = 0; variable
39 got_sigpipe = 1;
76 got_sigpipe = 0;
81 && got_sigpipe == expect_sig);

Completed in 41 milliseconds