EPICS Base  7.0.5.1
Public Types | Public Member Functions | List of all members
epicsDeadlockDetectMutex Class Reference

A semaphore for locating deadlocks in C++ code. More...

#include <epicsMutex.h>

Public Types

typedef epicsGuard< epicsDeadlockDetectMutexguard_t
 
typedef epicsGuard< epicsDeadlockDetectMutexrelease_t
 
typedef unsigned hierarchyLevel_t
 

Public Member Functions

 epicsDeadlockDetectMutex (unsigned hierarchyLevel_t)
 
void show (unsigned level) const
 
void lock ()
 
void unlock ()
 
bool tryLock ()
 

Detailed Description

Definition at line 139 of file epicsMutex.h.


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