summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02kernel: Move object class to its own source filesLioncash1-0/+1
2018-07-31kernel: Remove unnecessary includesLioncash1-1/+2
2018-05-11scheduler: Protect scheduling functions with a global mutex.bunnei1-0/+3
2018-02-19scheduler: Cleanup based on PR feedback.bunnei1-3/+2
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei1-0/+74