synfig-core
1.0.3
|
#include <mutex.h>
Public Member Functions | |
RecMutex () | |
void | unlock_all () |
Public Member Functions inherited from synfig::Mutex | |
Mutex () | |
~Mutex () | |
void | lock () |
void | unlock () |
bool | try_lock () |
bool | is_locked () |
Additional Inherited Members | |
Protected Attributes inherited from synfig::Mutex | |
void * | blackbox |
synfig::RecMutex::RecMutex | ( | ) |
void RecMutex::unlock_all | ( | ) |
References synfig::Mutex::is_locked(), and synfig::Mutex::unlock().