summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/scheduler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-3/+3
* scheduler: Protect scheduling functions with a global mutex.Gravatar bunnei2018-05-101-0/+15
* kernel: Migrate logging macros to fmt-compatible onesGravatar Lioncash2018-04-251-3/+3
* core: Move process creation out of global state.Gravatar bunnei2018-03-141-3/+4
* scheduler: Cleanup based on PR feedback.Gravatar bunnei2018-02-191-1/+1
* kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...Gravatar bunnei2018-02-181-0/+134