Files
ladybird/Userland/Libraries/LibC/sys
Sergey Bugaev 00d8dbe739 LibPthread: Reimplement condition variables
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
2021-07-05 20:26:01 +02:00
..
2021-05-14 22:24:02 +02:00
2021-05-14 22:24:02 +02:00
2021-06-04 10:39:41 +02:00
2021-05-14 23:32:10 +02:00
2021-04-25 09:28:21 +02:00