|
EPICS Base
7.0.8.1
|
Mutex-like object that does nothing. More...
#include <epicsGuard.h>
Public Member Functions | |
| void | lock () |
| Does nothing. | |
| bool | tryLock () |
| Does nothing, always returns true. | |
| void | unlock () |
| Does nothing. | |
| void | show (unsigned level) const |
| Does nothing. | |
This object can be passed into an epicsGuard or similar interface when no actual locking is needed.
Definition at line 127 of file epicsGuard.h.
1.8.5