Files
banan-os/userspace/libraries/LibC
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
..
2025-04-19 02:07:45 +03:00
2025-04-19 20:02:01 +03:00
2025-01-28 17:15:11 +02:00
2025-04-16 21:08:01 +03:00
2024-09-17 16:16:47 +03:00
2024-08-05 00:53:27 +03:00
2025-04-19 20:02:01 +03:00
2024-08-09 16:56:48 +03:00
2024-08-22 15:10:41 +03:00
2024-12-02 20:13:37 +02:00
2025-04-02 12:58:39 +03:00
2025-04-16 21:08:01 +03:00
2025-04-17 23:12:40 +03:00