summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/global_scheduler_context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: refactor dummy thread wakeupsLiam2022-10-251-0/+8
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+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: Use std::mutex instead of spin locks for most kernel locking.bunnei2022-04-121-2/+1
|
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | 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-4/+4
|
* kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.bunnei2021-01-291-1/+1
|
* hle: kernel: KThread: Clean up thread priorities.bunnei2021-01-291-1/+1
|
* hle: kernel: KThread: Reorganize thread priority defaults.bunnei2021-01-291-2/+7
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-6/+6
|
* hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei2020-12-061-4/+4
|
* hle: kernel: Migrate to KScopedSchedulerLock.bunnei2020-12-061-1/+11
|
* hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei2020-12-061-9/+1
|
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei2020-12-061-0/+79