banan-os/kernel
Bananymous 2e858fddb5 Kernel: Remove obsolete Scheduler::is_valid_tid()
This function was used when processes could die at any point in time.
Now that processes can only die in known spots, we can be sure they
are not holding any locks. This allows much more performant locking.
2023-12-07 13:26:42 +02:00
..
arch Kernel: Rework all signal code 2023-12-06 13:02:17 +02:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Remove obsolete Scheduler::is_valid_tid() 2023-12-07 13:26:42 +02:00
kernel Kernel: Remove obsolete Scheduler::is_valid_tid() 2023-12-07 13:26:42 +02:00
lai@a228465314 Kernel: Add LAI as a dependency 2023-09-22 17:20:35 +03:00
CMakeLists.txt BuildSystem/Kernel: Enable -Wextra and -Werror in kernel 2023-12-01 01:22:53 +02:00
icxxabi.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
ubsan.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00