A mutex which does nothing.
More...
#include <null_mutex.h>
A mutex which does nothing.
A null_mutex does no operation and simulates success.
Definition at line 27 of file null_mutex.h.
◆ null_mutex()
tbb::null_mutex::null_mutex |
( |
| ) |
|
|
inline |
◆ is_fair_mutex
const bool tbb::null_mutex::is_fair_mutex = true |
|
static |
◆ is_recursive_mutex
const bool tbb::null_mutex::is_recursive_mutex = true |
|
static |
◆ is_rw_mutex
const bool tbb::null_mutex::is_rw_mutex = false |
|
static |
The documentation for this class was generated from the following file: