|
cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
#include <exceptions.hpp>
Public Member Functions | |
| condition_variable_exception (const std::string &message, const int pthread_errno=-1) | |
Public Member Functions inherited from pthread::pthread_exception | |
| 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 () |
Condition variable exception
Definition at line 109 of file exceptions.hpp.
| pthread::condition_variable_exception::condition_variable_exception | ( | const std::string & | message, |
| const int | pthread_errno = -1 |
||
| ) |
thrown when mutex actions fail
| message | short description |
| pthread_errno | error returned by the pthread function |
Definition at line 57 of file exceptions.cpp.
1.8.8