Class epicsMutexNOOP

Class Documentation

class epicsMutexNOOP

Mutex-like object that does nothing.

This object can be passed into an epicsGuard or similar interface when no actual locking is needed.

Public Functions

inline void lock()

Does nothing.

inline bool tryLock()

Does nothing, always returns true.

inline void unlock()

Does nothing.

inline void show(unsigned level) const

Does nothing.