summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_spin_lock.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-12hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei1-2/+2
2021-03-21hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei1-0/+6
2021-02-19hle: kernel: Add KSpinLock implementation.bunnei1-0/+33