summaryrefslogtreecommitdiff
path: root/src/thread/WindowsCond.hxx
AgeCommit message (Expand)Author
2019-05-07thread/WindowsCond: add wait() overload with predicateMax Kellermann
2019-05-07thread/*Cond: add wait_for() overload with predicateMax Kellermann
2019-05-07thread/*Cond: remove wait() overloads without std::unique_lock<>Max Kellermann
2019-04-26thread/Cond: add wait() overload which takes a unique_lock<>Max Kellermann
2019-04-25thread/*Cond: rename methods to match std::condition_variableMax Kellermann
2017-11-26thread/*: add "noexcept"Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-03thread/Cond: make the integer-based timed_wait() overload privateMax Kellermann
2016-12-28thread/Cond: add timed_wait() overload with std::chrono supportMax Kellermann
2014-07-02thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann
2013-04-17thread/Cond: add method timed_wait()Max Kellermann
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann