CernVM-FS
2.12.0
|
#include <repository_util.h>
Public Member Functions | |
ServerLockFileCheck (ServerLockFile &lock) | |
~ServerLockFileCheck () | |
const bool | owns_lock () const |
Private Attributes | |
ServerLockFile & | lock_ |
bool | owns_lock_ |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
RAII try-lock owner for ServerLockFile
TODO(mcb30): C++11 - replace by std::unique_lock<ServerLockFile> (with std::try_to_lock constructor)
Definition at line 72 of file repository_util.h.
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 82 of file repository_util.h.
|
private |
Definition at line 85 of file repository_util.h.
Referenced by ServerLockFileCheck(), and ~ServerLockFileCheck().
|
private |
Definition at line 86 of file repository_util.h.
Referenced by owns_lock(), ServerLockFileCheck(), and ~ServerLockFileCheck().