- 16 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2013 1 commit
-
-
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().
-
- 10 Jan, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
-
Max Kellermann authored
-
- 07 Jan, 2013 1 commit
-
-
Max Kellermann authored
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
-
- 04 Jan, 2013 1 commit
-
-
Max Kellermann authored
-