Files
banan-os/kernel
Bananymous e636dce919 Kernel: Rewrite scheduler thread lists
Scheduler now has its own data SchedulerQueue which holds active nad
blocking thread lists. This removes need for BAN/Errors.h and making
current thread separate element instead of iterator into linked list.
This makes it possible to have current_thread on each processor
instead of a global one in Scheduler.
2024-03-08 22:13:45 +02:00
..
2024-02-14 15:00:04 +02:00
2023-09-22 17:20:35 +03:00
2024-01-24 15:53:38 +02:00