< Non-recursive atomic mutex
More...
#include <atomics.hpp>
|
void | lock () noexcept |
| Acquires mutex lock.
|
|
bool | lock (uint32_t spinCount) noexcept |
| Try to acquire mutex lock, but cancel with false if spin-count is reached with lock.
|
|
void | unlock () noexcept |
| Release mutex lock.
|
|
< Non-recursive atomic mutex
The documentation for this class was generated from the following files: