LMMS
Loading...
Searching...
No Matches
calf_utils::ptlock Class Reference

Exception-safe mutex lock. More...

#include <utils.h>

Inheritance diagram for calf_utils::ptlock:
calf_utils::ptlock_base

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
ptmutexmutex
bool locked

Detailed Description

Exception-safe mutex lock.

Constructor & Destructor Documentation

◆ ptlock()

calf_utils::ptlock::ptlock ( ptmutex & _m)
inline

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