Describes the result of waiting for the owner to release the lock.
Synopsis
Declared in <llvm/Support/AdvisoryLock.h>
enum class WaitForUnlockResult : int;
Members
Name |
Description |
|
The lock was released successfully. |
|
Owner died while holding the lock. |
|
Reached timeout while waiting for the owner to release the lock. |
Created with MrDocs