serenity/Kernel/Tasks
Tom 838d9fa251 Kernel: Make Thread refcounted
Similar to Process, we need to make Thread refcounted. This will solve
problems that will appear once we schedule threads on more than one
processor. This allows us to hold onto threads without necessarily
holding the scheduler lock for the entire duration.
2020-09-27 19:46:04 +02:00
..
FinalizerTask.cpp Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
FinalizerTask.h Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00
SyncTask.cpp Kernel: Make Thread refcounted 2020-09-27 19:46:04 +02:00
SyncTask.h Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00