Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/signals/
H A Dexceptions.cpp56 signals::interrupted_error::interrupted_error(const int signo_) : in interrupted_error() function in signals::interrupted_error
64 signals::interrupted_error::~interrupted_error(void) throw() in ~interrupted_error()
73 signals::interrupted_error::signo(void) const in signo()
H A Dexceptions_test.cpp49 ATF_TEST_CASE_WITHOUT_HEAD(interrupted_error);
50 ATF_TEST_CASE_BODY(interrupted_error) in ATF_TEST_CASE_BODY() argument
52 const signals::interrupted_error e(5); in ATF_TEST_CASE_BODY()
71 ATF_ADD_TEST_CASE(tcs, interrupted_error); in ATF_INIT_TEST_CASES()
H A Dexceptions.hpp50 class interrupted_error : public error { class
55 explicit interrupted_error(const int signo_);
56 ~interrupted_error(void) throw();
H A Dinterrupts_test.cpp102 ATF_REQUIRE_THROW_RE(signals::interrupted_error, in check_interrupts_handler()
H A Dinterrupts.cpp228 throw interrupted_error(fired_signal); in check_interrupt()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dmain.cpp259 } catch (const signals::interrupted_error& e) { in main()