banan-os/kernel/include
Bananymous 814f0b215d Kernel: Create RecursiveSpinLock and add it to Process
We now lock every function within Proccess, just to be sure.
Recursive lock allows us to use lock from the same thread even if
we already have the spinlock locked
2023-03-24 01:32:35 +02:00
..
kernel Kernel: Create RecursiveSpinLock and add it to Process 2023-03-24 01:32:35 +02:00