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