aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/PosixMutex.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-101-0/+2
|
* thread/PosixMutex: fix indentMax Kellermann2013-01-101-13/+13
|
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-071-0/+60
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.