aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/WindowsCond.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/Cond: add method timed_wait()Max Kellermann2013-04-171-2/+6
|
* thread/{Mutex,Cond}: new backend for WIN32Max Kellermann2013-01-111-0/+63
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().