Files
banan-os/userspace/libraries
Bananymous 2961a49dc7 Kernel: Optimize futexes
Add support for processor local futexes. These work the exact same way
as global ones, but only lock a process specific lock and use a process
specific hash map.

Also reduce the time futex lock is held. There was no need to hold the
global lock while validating addresses in the process' address space.
2026-01-09 22:27:59 +02:00
..
2026-01-09 22:27:59 +02:00
2025-10-28 05:50:19 +02:00
2025-08-07 02:50:24 +03:00
2025-08-11 14:07:37 +03:00
2025-10-28 05:50:19 +02:00