aboutsummaryrefslogtreecommitdiff
path: root/src/thread/PosixMutex.hxx
Commit message (Collapse)AuthorAge
* thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-10
|
* thread/PosixMutex: fix indentMax Kellermann2013-01-10
|
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-07
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.