1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 19:28:11 +00:00
serenity/Userland/Libraries/LibPthread
Tom 9943816e83 LibPthread: Fix asserting futex return value
FUTEX_WAIT returns the number of threads woken (if any).

Fixes #5032
2021-01-22 11:17:07 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
pthread.cpp LibPthread: Fix asserting futex return value 2021-01-22 11:17:07 +01:00
pthread.h LibPthread: Add pthread_equal() 2021-01-12 13:42:45 +01:00
pthread_once.cpp Kernel: Some futex improvements 2021-01-17 20:30:31 +01:00