Searched refs:termsig (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp102 int termsig(void) const;
H A Dcheck.cpp83 impl::check_result::termsig(void) function in class:impl::check_result
H A Dcheck_test.cpp300 ATF_REQUIRE_EQ(r->termsig(), SIGKILL);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp195 int termsig(void) const;
H A Dprocess.cpp270 impl::status::termsig(void) function in class:impl::status
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp346 "signal " + atf::text::to_string(s.termsig()) +
353 if (tcr.value() == -1 || s.termsig() == tcr.value())
358 " signal but got " + to_string(s.termsig()));
361 "signal " + atf::text::to_string(s.termsig()) +
H A Dsignals_test.cpp257 ATF_REQUIRE(!s.signaled() || s.termsig() == SIGUSR1);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp537 const int status = cr.termsig();

Completed in 1129 milliseconds