summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_scheduler_lock_and_sleep.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove TimeManagerLiam2022-12-191-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-6/+2
* hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei2021-12-071-0/+1
* core: Remove unused includesameerj2021-11-041-1/+0
* general: Update style to clang-format-12ameerj2021-09-241-1/+1
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+2
* fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-2/+2
* Amend bizarre clang-format suggestionsLioncash2021-04-071-1/+1
* k_scoped_scheduler_lock_and_sleep: Mark class as [[nodiscard]]Lioncash2021-04-071-1/+1
* hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-291-9/+5
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-3/+3
* hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback.bunnei2020-12-061-6/+6
* hle: kernel: Use C++ style comments in KScheduler, etc.bunnei2020-12-061-3/+3
* kernel: KScopedSchedulerLockAndSleep: Remove unused ctor.bunnei2020-12-061-13/+7
* hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei2020-12-061-0/+56