SpinLock typedef

SpinLock = OSSpinLock

Typedef spinlock (=fast mutex) to a personalized type for portability

Implementation

typedef SpinLock = OSSpinLock;