1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 09:32:08 +00:00
Commit graph

2 commits

Author SHA1 Message Date
kleines Filmröllchen
c7104e7512 LibThreading: Add ConditionVariable wrapper
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.
2021-09-12 23:38:57 +02:00
Andreas Kling
b8a204c5b9 LibThreading: Rename Lock => Mutex 2021-07-09 11:15:50 +02:00
Renamed from Userland/Libraries/LibThreading/Lock.h (Browse further)