enum LockFileManager::LockFileState
Description
Describes the state of a lock file.
Declared at: llvm/include/llvm/Support/LockFileManager.h:30
Enumerators
Name | Value | Comment |
---|---|---|
LFS_Owned | 0 | The lock file has been created and is owned by this instance of the object. |
LFS_Shared | 1 | The lock file already exists and is owned by some other instance. |
LFS_Error | 2 | An error occurred while trying to create or find the lock file. |