mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
![]() This implementation features a fast path for pthread_cond_signal() and pthread_cond_broadcast() for the case there's no thread waiting, and does not exhibit the "thundering herd" issue in pthread_cond_broadcast(). Fixes https://github.com/SerenityOS/serenity/issues/8432 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
forward.cpp | ||
pthread.cpp | ||
pthread.h | ||
pthread_cond.cpp | ||
pthread_once.cpp | ||
semaphore.cpp | ||
semaphore.h |