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
..
LibC LibC: Implement basic pthread mutexes 2025-04-20 03:27:16 +03:00
LibELF LibELF: Add definitions for ELF TLS values 2025-04-15 23:31:17 +03:00
LibFont BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
LibGUI LibGUI: Add copy_rect API 2025-04-17 23:14:46 +03:00
LibImage LibImage: Fix PNG palette decoding 2025-02-12 10:09:03 +02:00
LibInput Kernel: Make backspace \b and delete 0x7F 2024-12-05 17:34:37 +02:00
CMakeLists.txt BuildSystem: Cleanup and fix cmake files 2025-01-28 17:11:21 +02:00