_spinlock_debug
__weak_reference(_spinlock_debug_stub,_spinlock_debug);
#define _SPINLOCK(_lck) _spinlock_debug(_lck, __FILE__, __LINE__)
void _spinlock_debug (spinlock_t *, char *, int);