Files
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
..
2017-01-03 20:48:59 +01:00
2017-01-03 20:48:59 +01:00
2017-01-17 11:54:55 +01:00