summaryrefslogtreecommitdiff
path: root/src/thread/Mutex.hxx
AgeCommit message (Expand)Author
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-26thread/*: add "noexcept"Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2017-01-03thread/Mutex: use std::lock_guard instead of std::unique_lockMax Kellermann
2016-12-29thread/Mutex: make ScopeLock an alias for std::unique_lockMax Kellermann
2016-12-29thread/Mutex: use std::unique_lock to implement ScopeLockMax Kellermann
2016-05-02thread/Mutex: add method ScopeLock::Unlock()Max Kellermann
2015-12-31thread/Mutex: add class ScopeUnlock()Max Kellermann
2015-08-25thread/{Mutex,Cond}: remove obsolete commentsMax Kellermann
2014-07-02thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann