Age | Commit message (Expand) | Author |
---|---|---|
2022-01-23 | LibThreading: Introduce MutexProtected generic synchronization primitive | kleines Filmröllchen |
2021-10-06 | LibThreading: Add missing headers to Mutex.h | Ben Wiederhake |
2021-09-16 | LibThreading: Use default instead of an empty constructor/destructor | Brian Gianforcaro |
2021-09-16 | LibThreading: Neither Mutex or MutexLocker should be movable / copyable | Brian Gianforcaro |
2021-09-12 | LibThreading: Add ConditionVariable wrapper | kleines Filmröllchen |
2021-07-09 | LibThreading: Rename Lock => Mutex | Andreas Kling |