Home
last modified time | relevance | path

Searched refs:timeout_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dexceptions.cpp82 process::timeout_error::timeout_error(const std::string& message_) : in timeout_error() function in process::timeout_error
89 process::timeout_error::~timeout_error(void) throw() in ~timeout_error()
H A Dexceptions.hpp67 class timeout_error : public error { class
69 explicit timeout_error(const std::string&);
70 ~timeout_error(void) throw();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp476 static const char *timeout_error = variable
746 error.SetErrorString(timeout_error); in Interpret()