Searched refs:interrupted_error (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dexceptions.hpp50 class interrupted_error : public error { class in namespace:utils::signals
55 explicit interrupted_error(const int signo_);
56 ~interrupted_error(void) throw();
H A Dexceptions.cpp56 signals::interrupted_error::interrupted_error(const int signo_) : function in class:signals::interrupted_error
64 signals::interrupted_error::~interrupted_error(void) throw()
73 signals::interrupted_error::signo(void) const
H A Dexceptions_test.cpp49 ATF_TEST_CASE_WITHOUT_HEAD(interrupted_error); variable
50 ATF_TEST_CASE_BODY(interrupted_error)
52 const signals::interrupted_error e(5);
71 ATF_ADD_TEST_CASE(tcs, interrupted_error);
H A Dinterrupts.cpp223 /// \throw interrupted_error If there has been an interrupt.
228 throw interrupted_error(fired_signal);
H A Dinterrupts_test.cpp102 ATF_REQUIRE_THROW_RE(signals::interrupted_error,
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dmain.cpp259 } catch (const signals::interrupted_error& e) {

Completed in 115 milliseconds