summaryrefslogtreecommitdiff
path: root/src/thread/PosixCond.hxx
AgeCommit message (Expand)Author
2018-10-31fix compilation errors on Debian GNU/HurdFlorian Schlichting
2018-07-16use uint_least32_t instead of long for timeoutYue Wang
2018-07-15Support timed_wait in microseconds levelYue Wang
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
2016-09-19thread/PosixCond: fix timed_waitChristian Körner
2015-08-25thread/Posix{Mutex,Cond}: use "constexpr" only with glibcMax Kellermann
2014-09-24Merge branch 'v0.18.x'Max Kellermann
2014-09-13thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann
2014-07-02thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann
2014-02-18thread/Posix{Mutex,Cond}: disable "constexpr" on AndroidMax Kellermann
2013-04-17thread/Cond: add method timed_wait()Max Kellermann
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann