Files
banan-os/userspace/libraries
Bananymous db9db2cc40 LibC: Implement basic pthread mutexes
This implementation is just calling sched_yield if it could not get
mutex. This is not optimal as it does not allow the CPU to idle, but it
works for now :)

Also I did not test this code at all, but it feels correct :D
2025-04-20 03:27:16 +03:00
..
2024-09-05 12:52:25 +03:00
2025-04-17 23:14:46 +03:00