21 #ifndef __TBB_null_rw_mutex_H 22 #define __TBB_null_rw_mutex_H Represents acquisition of a mutex.
A rw mutex which does nothing.
bool downgrade_to_reader()
scoped_lock(null_rw_mutex &, bool=true)
static const bool is_fair_mutex
void acquire(null_rw_mutex &, bool=true)
bool try_acquire(null_rw_mutex &, bool=true)
static const bool is_recursive_mutex
static const bool is_rw_mutex