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