mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
ConditionVariable is a thin wrapper over the pthread_cond_* APIs, just as Mutex is a wrapper over pthread_mutex. Because ConditionVariable might want to wait on a high-level Mutex, it needs to be friends with it.
1.5 KiB
1.5 KiB