Home
last modified time | relevance | path

Searched defs:interrupted_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/signals/
H A Dexceptions.hpp50 class interrupted_error : public error { class
H A Dexceptions_test.cpp50 ATF_TEST_CASE_BODY(interrupted_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp56 signals::interrupted_error::interrupted_error(const int signo_) : in interrupted_error() function in signals::interrupted_error