7 #ifndef INTERPROCESS_SYNC_NULL_H
8 #define INTERPROCESS_SYNC_NULL_H
14 namespace interprocess {
58 #endif // INTERPROCESS_SYNC_NULL_H
InterprocessSyncNull(const std::string &task_name)
Constructor.
virtual ~InterprocessSyncNull()
Destructor.
bool lock()
Acquire the lock (never blocks)
bool unlock()
Release the lock.
Defines the logger used by the top-level component of kea-dhcp-ddns.
bool tryLock()
Try to acquire a lock (doesn't block)
Null Interprocess Sync Class.