mtx_unlock_spin
#define mtx_unlock_spin(x) mtx_unlock(x)
#define mtx_unlock_spin(m) mtx_unlock_spin_flags((m), 0)