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