Represents acquisition of a mutex. More...
#include <null_rw_mutex.h>
| Public Member Functions | |
| scoped_lock (null_rw_mutex &, bool=true) | |
| void | acquire (null_rw_mutex &, bool=true) | 
| bool | upgrade_to_writer () | 
| bool | downgrade_to_reader () | 
| bool | try_acquire (null_rw_mutex &, bool=true) | 
| void | release () | 
Represents acquisition of a mutex.