summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* scheduler: Only work steal higher priority threads from other coresZach Hilman2018-12-031-4/+1
* scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman2018-11-221-2/+68
* svc: Implement yield types 0 and -1Zach Hilman2018-11-191-0/+6
* svc: Implement svcGetInfo command 0xF0000002Lioncash2018-10-261-0/+19
* kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash2018-09-251-2/+2
* core: Namespace all code in the arm subdirectory under the Core namespaceLioncash2018-08-251-2/+4
* scheduler: Make HaveReadyThreads() a const member functionLioncash2018-08-121-1/+1
* kernel: Move object class to its own source filesLioncash2018-08-021-0/+1
* kernel: Remove unnecessary includesLioncash2018-07-311-1/+2
* scheduler: Protect scheduling functions with a global mutex.bunnei2018-05-111-0/+3
* scheduler: Cleanup based on PR feedback.bunnei2018-02-191-3/+2
* kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei2018-02-181-0/+74