banan-os/userspace/libraries/LibC/include/bits
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
..
types LibC: Start work on locales 2024-08-09 15:52:42 +03:00
printf.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
pthread_types.h LibC: Implement basic pthread mutexes 2025-04-20 03:27:16 +03:00