Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | Everywhere: Use my new serenityos.org e-mail :^) | kleines Filmröllchen | |
2021-09-12 | LibThreading: Add ConditionVariable wrapper | kleines Filmröllchen | |
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. |