Files
banan-os/kernel/include/kernel
Bananymous 1aec3fcedd Kernel: Scheduler now has reschedule()
This can be called from anywhere and just causes the scheduler to
schedule the next thread. This is more efficient and verbose version
of Scheduler::set_current_thread_sleeping(0), since we don't have
to wake other threads or do other verifications.
2023-06-09 00:47:17 +03:00
..
2023-05-28 18:08:49 +03:00
2023-02-09 23:05:26 +02:00
2023-02-16 17:53:25 +02:00
2023-04-05 01:30:58 +03:00
2023-05-26 22:31:21 +03:00
2023-05-31 20:56:29 +03:00