ma_spinlock_lock function

ma_result ma_spinlock_lock(
  1. Pointer<ma_uint32> pSpinlock
)

Implementation

ma_result ma_spinlock_lock(ffi.Pointer<ma_spinlock> pSpinlock) =>
    ma_result.fromValue(_ma_spinlock_lock(pSpinlock));