|
EPICS Base
7.0.5.1
|
A semaphore for locating deadlocks in C++ code. More...
#include <epicsMutex.h>
Public Types | |
| typedef epicsGuard< epicsDeadlockDetectMutex > | guard_t |
| typedef epicsGuard< epicsDeadlockDetectMutex > | release_t |
| typedef unsigned | hierarchyLevel_t |
Public Member Functions | |
| epicsDeadlockDetectMutex (unsigned hierarchyLevel_t) | |
| void | show (unsigned level) const |
| void | lock () |
| void | unlock () |
| bool | tryLock () |
Definition at line 139 of file epicsMutex.h.
1.8.13