summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/scheduler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-05-11scheduler: Protect scheduling functions with a global mutex.bunnei1-0/+15
2018-04-26kernel: Migrate logging macros to fmt-compatible onesLioncash1-3/+3
2018-03-14core: Move process creation out of global state.bunnei1-3/+4
2018-02-19scheduler: Cleanup based on PR feedback.bunnei1-1/+1
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei1-0/+134