aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/Mutex.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-071-8/+8
| | | | Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-041-0/+54