EPICS Base  7.0.8.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
epicsMutexNOOP Class Reference

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.
 

Detailed Description

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.


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