Public Member Functions | Static Public Member Functions | List of all members
MutexDummy Class Reference
Inheritance diagram for MutexDummy:
Mutex

Public Member Functions

virtual void lock ()
 Lock the mutex, block if locked by someone else.
 
virtual void unlock ()
 Unlock the mutex, let other threads continue.
 
virtual Error try_lock ()
 Attempt to lock the mutex, OK on success, ERROR means it can't lock.
 

Static Public Member Functions

static void make_default ()
 
- Static Public Member Functions inherited from Mutex
static Mutexcreate (bool p_recursive=true)
 Create a mutex.
 

Additional Inherited Members

- Static Protected Attributes inherited from Mutex
static Mutex *(* create_func )(bool)
 

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