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