aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/CriticalSection.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann2014-07-021-2/+2
|
* thread/{Mutex,Cond}: new backend for WIN32Max Kellermann2013-01-111-0/+68
| | | | | | 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().
* thread/GLibMutex: new Mutex implementationMax Kellermann2013-01-101-63/+0
| | | | | Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-041-0/+63