enum LockFileManager::WaitForUnlockResult

Description

Describes the result of waiting for the owner to release the lock.

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

Enumerators

NameValueComment
Res_Success0The lock was released successfully.
Res_OwnerDied1Owner died while holding the lock.
Res_Timeout2Reached timeout while waiting for the owner to release the lock.