GATE
Loading...
Searching...
No Matches
AtomicRecursiveMutex Class Reference

< Recursive atomic mutex More...

#include <atomics.hpp>

Public Member Functions

 AtomicRecursiveMutex () noexcept
 Acquires mutex lock.
 
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.
 

Detailed Description

< Recursive atomic mutex


The documentation for this class was generated from the following files: