Only reason mutex locking is now allowed with spinlocks is to prevent yield. Also try_lock can be now safely used while holding a spinlock
Only reason mutex locking is now allowed with spinlocks is to prevent yield. Also try_lock can be now safely used while holding a spinlock