summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_spin_lock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLockLiam2023-03-131-3/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* hle: kernel: k_spin_lock: Remove unused ThreadPause.bunnei2022-04-121-28/+0
|
* hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei2022-04-121-8/+3
|
* hle: kernel: Add KSpinLock implementation.bunnei2021-02-191-0/+54