index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
PosixCond.hxx
Age
Commit message (
Expand
)
Author
2018-10-31
fix compilation errors on Debian GNU/Hurd
Florian Schlichting
2018-07-16
use uint_least32_t instead of long for timeout
Yue Wang
2018-07-15
Support timed_wait in microseconds level
Yue Wang
2017-11-26
thread/*: add "noexcept"
Max Kellermann
2017-01-17
AUTHORS, ...: update my email address
Max Kellermann
2017-01-03
thread/Cond: make the integer-based timed_wait() overload private
Max Kellermann
2016-12-28
thread/Cond: add timed_wait() overload with std::chrono support
Max Kellermann
2016-09-19
thread/PosixCond: fix timed_wait
Christian Körner
2015-08-25
thread/Posix{Mutex,Cond}: use "constexpr" only with glibc
Max Kellermann
2014-09-24
Merge branch 'v0.18.x'
Max Kellermann
2014-09-13
thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD
Max Kellermann
2014-07-02
thread/{Mutex,Cond}: relicense to BSD-2
Max Kellermann
2014-02-18
thread/Posix{Mutex,Cond}: disable "constexpr" on Android
Max Kellermann
2013-04-17
thread/Cond: add method timed_wait()
Max Kellermann
2013-01-10
thread/Cond: new wrapper for pthread_cond_t or GCond
Max Kellermann