summaryrefslogtreecommitdiff
path: root/src/thread
AgeCommit message (Expand)Author
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann
2013-04-17thread/Cond: add method timed_wait()Max Kellermann
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann
2013-01-10thread/PosixMutex: fix indentMax Kellermann
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann