summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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