Create a lock around a boolean semaphore region.
More...
#include <RecursiveLock.h>
Create a lock around a boolean semaphore region.
- See also
- tarch::multicore::BooleanSemaphore
Definition at line 17 of file RecursiveLock.h.
◆ RecursiveLock()
◆ ~RecursiveLock()
| tarch::multicore::RecursiveLock::~RecursiveLock |
( |
| ) |
|
◆ free()
| void tarch::multicore::RecursiveLock::free |
( |
| ) |
|
◆ isLocked()
| bool tarch::multicore::RecursiveLock::isLocked |
( |
| ) |
const |
◆ lock()
| void tarch::multicore::RecursiveLock::lock |
( |
| ) |
|
◆ tryLock()
| bool tarch::multicore::RecursiveLock::tryLock |
( |
| ) |
|
◆ _lockIsAquired
| bool tarch::multicore::RecursiveLock::_lockIsAquired |
|
private |
◆ _semaphore
The documentation for this class was generated from the following file: