aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/GLibMutex.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-101-0/+2
|
* thread/GLibMutex: new Mutex implementationMax Kellermann2013-01-101-0/+88
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.