aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread (follow)
Commit message (Expand)AuthorAgeFilesLines
* thread/{Mutex,Cond}: new backend for WIN32Max Kellermann2013-01-114-4/+135
* thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-105-0/+189
* thread/GLibMutex: new Mutex implementationMax Kellermann2013-01-102-19/+44
* thread/PosixMutex: fix indentMax Kellermann2013-01-101-13/+13
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-072-8/+68
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-042-0/+117