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

Success

The lock was released successfully.

OwnerDied

Owner died while holding the lock.

Timeout

Reached timeout while waiting for the owner to release the lock.

Created with MrDocs