43#ifndef LASS_GUARDIAN_OF_INCLUSION_UTIL_RW_LOCK_H
44#define LASS_GUARDIAN_OF_INCLUSION_UTIL_RW_LOCK_H
77 RWLock(
int iMaxReaders);
89 const int maxReaders_;
90 std::atomic<int> spinLock_;
91 std::atomic<int> writersTrying_;
LockResult
Return code for lock functions.
#define LASS_DLL
DLL interface: import or export symbols?
general utility, debug facilities, ...
Library for Assembled Shared Sources.