57 bool enter (
int timeOutMillisecs = -1);
100 bool isLocked() const noexcept {
return lockWasSuccessful; }
105 bool lockWasSuccessful;
113 std::unique_ptr<Pimpl> pimpl;
bool enter(int timeOutMillisecs=-1)
bool isLocked() const noexcept
ScopedLockType(InterProcessLock &l)