summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_lock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Fix transitive include build errorsameerj2021-11-041-0/+3
* core: Remove unused includesameerj2021-11-041-2/+0
* general: Update style to clang-format-12ameerj2021-09-241-8/+7
* Amend bizarre clang-format suggestionsLioncash2021-04-071-3/+3
* k_scoped_lock: delete copy and move assignment operatorsLioncash2021-04-071-2/+5
* k_scoped_lock: Mark class as [[nodiscard]]Lioncash2021-04-071-1/+1
* hle: kernel: KScopedLock: Various style fixes based on code review feedback.bunnei2020-12-061-6/+8
* hle: kernel: Migrate to KScopedSchedulerLock.bunnei2020-12-061-0/+39