Files
banan-os/kernel
Bananymous 63b3d9875d Kernel: Fix Thread::block_with_eintr* functions
I was using wrong block function, `block_with_timeout` instead of
`block_with_wake_time`. This caused functions to block way too long and
caused a lot of hangs.
2025-04-19 00:39:42 +03:00
..