|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A mutex which does nothing. More...
#include <null_mutex.h>
Classes | |
| class | scoped_lock |
| Represents acquisition of a mutex. More... | |
Public Member Functions | |
| null_mutex () | |
Static Public Attributes | |
| static const bool | is_rw_mutex = false |
| static const bool | is_recursive_mutex = true |
| static const bool | is_fair_mutex = true |
A mutex which does nothing.
A null_mutex does no operation and simulates success.
Definition at line 27 of file null_mutex.h.
|
inline |
Definition at line 40 of file null_mutex.h.
|
static |
Definition at line 45 of file null_mutex.h.
|
static |
Definition at line 44 of file null_mutex.h.
|
static |
Definition at line 43 of file null_mutex.h.