A rw mutex which does nothing. More...
#include <null_rw_mutex.h>
Classes | |
class | scoped_lock |
Represents acquisition of a mutex. More... | |
Static Public Attributes | |
static const bool | is_rw_mutex = true |
static const bool | is_recursive_mutex = true |
static const bool | is_fair_mutex = true |
A rw mutex which does nothing.
A null_rw_mutex is a rw mutex that does nothing and simulates successful operation.