mpd/src/thread
Max Kellermann 0226440a2d thread/{Mutex,Cond}: new backend for WIN32
Use CRITICAL_SECTION and CONDITION_VARIABLE.  This requires Windows
Vista or newer.  It fixes problems with GLib threading objects that
were implicitly created by static constructors before g_thread_init().
2013-01-11 11:11:07 +01:00
..
Cond.hxx thread/{Mutex,Cond}: new backend for WIN32 2013-01-11 11:11:07 +01:00
CriticalSection.hxx thread/{Mutex,Cond}: new backend for WIN32 2013-01-11 11:11:07 +01:00
GLibCond.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
GLibMutex.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
Mutex.hxx thread/{Mutex,Cond}: new backend for WIN32 2013-01-11 11:11:07 +01:00
PosixCond.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
PosixMutex.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
WindowsCond.hxx thread/{Mutex,Cond}: new backend for WIN32 2013-01-11 11:11:07 +01:00