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

  /src/external/bsd/kyua-cli/dist/utils/signals/
exceptions_test.cpp 49 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);
exceptions.cpp 56 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
exceptions.hpp 50 class interrupted_error : public error { class in namespace:utils::signals
55 explicit interrupted_error(const int signo_);
56 ~interrupted_error(void) throw();

Completed in 33 milliseconds