mpd/src/thread
Max Kellermann 354104f9a9 thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value
Use the "==" operator instead of pthread_equal().

This allows us to eliminate two boolean flags which are there to avoid
race conditions, and made the thing so fragile that I got tons of
(correct) thread sanitizer warnings.
2018-01-07 17:20:26 +01:00
..
Cond.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
CriticalSection.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
Id.hxx thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value 2018-01-07 17:20:26 +01:00
Mutex.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
Name.hxx update copyright year 2017-01-03 20:48:59 +01:00
PosixCond.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
PosixMutex.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
Slack.hxx update copyright year 2017-01-03 20:48:59 +01:00
Thread.cxx thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value 2018-01-07 17:20:26 +01:00
Thread.hxx thread/{Thread,Id}: use defaul-initialized pthread_t as "undefined" value 2018-01-07 17:20:26 +01:00
Util.cxx thread/Util: no ioprio_set() on Android due to seccomp/SIGSYS 2018-01-04 19:33:14 +01:00
Util.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00
WindowsCond.hxx AUTHORS, ...: update my email address 2017-01-17 11:54:55 +01:00