AVLockOp

Lock operation used by lockmgr

@deprecated Deprecated together with av_lockmgr_register().

Values

ValueMeaning
AV_LOCK_CREATE0

< Create a mutex

AV_LOCK_OBTAIN1

< Lock the mutex

AV_LOCK_RELEASE2

< Unlock the mutex

AV_LOCK_DESTROY3

< Free mutex resources

Meta