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
Name | Value | Comment |
---|---|---|
Res_Success | 0 | The lock was released successfully. |
Res_OwnerDied | 1 | Owner died while holding the lock. |
Res_Timeout | 2 | Reached timeout while waiting for the owner to release the lock. |