summaryrefslogtreecommitdiff
path: root/LibC/sched.cpp
AgeCommit message (Expand)Author
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-05-30Kernel/LibC: Implement sched_* functionality to set/get process priorityRobin Burchell
2019-04-22LibC: Add sched_yield(), needed for GCC 8.3.0 build.Andreas Kling