cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
#include <exceptions.hpp>
Public Member Functions | |
timeout_exception (const std::string &message) | |
![]() | |
pthread_exception (const std::string &message, const int pthread_errno=-1) | |
virtual const char * | what () const noexceptoverride |
virtual int | pthread_errno () |
virtual const char * | pthread_errmsg () |
pthread operation timed out.
Definition at line 69 of file exceptions.hpp.
|
explicit |
thrown when a time out occurs.
message | timeout condition |
Definition at line 42 of file exceptions.cpp.