summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/global_scheduler_context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-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.
2021-05-06hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei1-3/+3
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-2/+2
2020-12-06hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei1-1/+6
2020-12-06hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei1-8/+0
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei1-0/+55