aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/GLibMutex.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann1-0/+2
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann1-17/+42
Switch WIN32 to this implementation to be able to use condition variables, which is impossible with CriticalSection.
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann1-31/+27
2012-01-24refcount: add missing stdbool.h includeMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31refcount: library for reference countingMax Kellermann1-0/+66