AVLockOp

Lock operation used by lockmgr

Values

ValueMeaning
AV_LOCK_CREATE

< Create a mutex

AV_LOCK_OBTAIN

< Lock the mutex

AV_LOCK_RELEASE

< Unlock the mutex

AV_LOCK_DESTROY

< Free mutex resources

Meta