cwidget  0.5.17
Public Member Functions | List of all members
cwidget::threads::ConditionNotLockedException Class Reference

Thrown when the mutex being used to wait on a condition is not locked. More...

#include <threads.h>

Inheritance diagram for cwidget::threads::ConditionNotLockedException:
cwidget::threads::ThreadException cwidget::util::Exception

Public Member Functions

std::string errmsg () const
 
- Public Member Functions inherited from cwidget::util::Exception
std::string get_backtrace () const
 

Detailed Description

Thrown when the mutex being used to wait on a condition is not locked.

The mutex must be locked to preserve atomicity.


The documentation for this class was generated from the following files: