#include <spin_rw_mutex.h>
Public Member Functions | |
| spin_rw_mutex_v3 () | |
| Construct unacquired mutex. | |
| ~spin_rw_mutex_v3 () | |
| Destructor asserts if the mutex is acquired, i.e. state is zero. | |
Static Public Attributes | |
| static const bool | is_rw_mutex = true |
| static const bool | is_recursive_mutex = false |
| static const bool | is_fair_mutex = false |
Classes | |
| class | scoped_lock |
| The scoped locking pattern. More... | |