ManaPlus
|
#include <fast_mutex.h>
Public Member Functions | |
fast_mutex () | |
~fast_mutex () | |
void | lock () |
void | unlock () |
Private Member Functions | |
fast_mutex (const fast_mutex &) | |
fast_mutex & | operator= (const fast_mutex &) |
Class for non-reentrant fast mutexes. This is the null implementation for single-threaded environments.
Definition at line 370 of file fast_mutex.h.
|
inline |
Definition at line 376 of file fast_mutex.h.
|
inline |
|
private |
|
inline |
Definition at line 386 of file fast_mutex.h.
References _FAST_MUTEX_ASSERT.
Referenced by fast_mutex_autolock::fast_mutex_autolock().
|
private |
|
inline |
Definition at line 393 of file fast_mutex.h.
References _FAST_MUTEX_ASSERT.
Referenced by fast_mutex_autolock::~fast_mutex_autolock().