12 #ifndef ROOT_TLockFile 13 #define ROOT_TLockFile
TLockFile(const TLockFile &)
#define ClassDef(name, id)
TLockFile & operator=(const TLockFile &)
A scoped lock based on files.
virtual ~TLockFile()
Destructor. Releases the lock.
Mother of all ROOT objects.
Bool_t Lock(const char *path, Int_t timeLimit)
Internal function that locks with the given path.
TString fPath
Path to file holding the lock.