OSSpinLock typedef

OSSpinLock = Int32

! @abstract Data type for a spinlock. @discussion You should always initialize a spinlock to {@link OS_SPINLOCK_INIT} before using it.

Implementation

typedef OSSpinLock = ffi.Int32;