• 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
Name
Last commit
Last update
..
Cond.hxx Loading commit data...
CriticalSection.hxx Loading commit data...
GLibCond.hxx Loading commit data...
GLibMutex.hxx Loading commit data...
Mutex.hxx Loading commit data...
PosixCond.hxx Loading commit data...
PosixMutex.hxx Loading commit data...
WindowsCond.hxx Loading commit data...