HDK
|
#include <thread.h>
Public Member Functions | |
null_mutex () noexcept | |
~null_mutex () noexcept | |
void | lock () noexcept |
void | unlock () noexcept |
void | lock_shared () noexcept |
void | unlock_shared () noexcept |
bool | try_lock () noexcept |
Null mutex that can be substituted for a real one to test how much overhead is associated with a particular mutex.