![]() |
SUMO - Simulation of Urban MObility
|
#include <fast_mutex.h>
Public Member Functions | |
fast_mutex () | |
void | lock () |
void | unlock () |
~fast_mutex () | |
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 355 of file fast_mutex.h.
|
inline |
Definition at line 361 of file fast_mutex.h.
Referenced by unlock().
|
inline |
Definition at line 367 of file fast_mutex.h.
References _FAST_MUTEX_ASSERT.
|
private |
|
inline |
Definition at line 371 of file fast_mutex.h.
References _FAST_MUTEX_ASSERT.
Referenced by fast_mutex_autolock::fast_mutex_autolock().
|
private |
Referenced by unlock(), and fast_mutex_autolock::~fast_mutex_autolock().
|
inline |
Definition at line 378 of file fast_mutex.h.
References _FAST_MUTEX_ASSERT, fast_mutex(), and operator=().
Referenced by fast_mutex_autolock::~fast_mutex_autolock().