#include <derecho/persistent/HLC.hpp>
#include <errno.h>
#include <time.h>
Go to the source code of this file.
◆ HLC_LOCK
Value:if(pthread_spin_lock(&this->m_oLck) != 0) { \
}
#define HLC_EXP_SPIN_LOCK(x)
Definition at line 35 of file HLC.cpp.
◆ HLC_UNLOCK
Value:if(pthread_spin_unlock(&this->m_oLck) != 0) { \
}
#define HLC_EXP_SPIN_UNLOCK(x)
Definition at line 39 of file HLC.cpp.
◆ read_rtc_us()