17 #ifndef __TBB_null_rw_mutex_H
18 #define __TBB_null_rw_mutex_H
A rw mutex which does nothing.
static const bool is_rw_mutex
static const bool is_recursive_mutex
static const bool is_fair_mutex
Represents acquisition of a mutex.
void acquire(null_rw_mutex &, bool=true)
scoped_lock(null_rw_mutex &, bool=true)
bool downgrade_to_reader()
bool try_acquire(null_rw_mutex &, bool=true)
Base class for types that should not be copied or assigned.