summaryrefslogtreecommitdiff
path: root/Kernel/Tasks/SyncTask.cpp
AgeCommit message (Expand)Author
2021-02-15Kernel: Ignore unobserved BlockResult from Thread::SleepBrian Gianforcaro
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-09-27Kernel: Make Thread refcountedTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-04-08Kernel: Move sync and finalization tasks into their own filesAndreas Kling