aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/scheduler.h
AgeCommit message (Expand)Author
2018-12-03scheduler: Only work steal higher priority threads from other coresZach Hilman
2018-11-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman
2018-11-18svc: Implement yield types 0 and -1Zach Hilman
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-12scheduler: Make HaveReadyThreads() a const member functionLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-05-10scheduler: Protect scheduling functions with a global mutex.bunnei
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...bunnei