• Max Kellermann's avatar
    thread/{Mutex,Cond}: new backend for WIN32 · 0226440a
    Max Kellermann authored
    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().
    0226440a
CriticalSection.hxx 2.09 KB