enum LockFileManager::LockFileState

Description

Describes the state of a lock file.

Declared at: llvm/include/llvm/Support/LockFileManager.h:30

Enumerators

NameValueComment
LFS_Owned0The lock file has been created and is owned by this instance of the object.
LFS_Shared1The lock file already exists and is owned by some other instance.
LFS_Error2An error occurred while trying to create or find the lock file.