|
LMMS
|
Exception-safe mutex lock. More...
#include <utils.h>
Public Member Functions | |
| ptlock (ptmutex &_m) | |
| Public Member Functions inherited from calf_utils::ptlock_base | |
| bool | is_locked () |
| void | unlock () |
| void | unlocked () |
| ~ptlock_base () | |
Additional Inherited Members | |
| Protected Member Functions inherited from calf_utils::ptlock_base | |
| ptlock_base (ptmutex &_m) | |
| Protected Attributes inherited from calf_utils::ptlock_base | |
| ptmutex & | mutex |
| bool | locked |
Exception-safe mutex lock.
|
inline |