summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_scheduler_lock_and_sleep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove relative task registrationLiam2023-08-151-1/+1
|
* kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new styleLiam2023-03-131-15/+15
|
* kernel: add timer pointer to KThreadQueueLiam2023-03-081-4/+11
|
* kernel: remove TimeManagerLiam2022-12-191-2/+2
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-6/+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: 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
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* 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
| | | | Prevents logic bugs from slipping through.
* 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