summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/global_scheduler_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-0/+6
| | | | | - We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
* 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.
* hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei2021-05-061-3/+3
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-2/+2
|
* hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei2020-12-061-1/+6
|
* hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei2020-12-061-8/+0
|
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei2020-12-061-0/+55