aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/CriticalSection.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann1-15/+21
Use CRITICAL_SECTION and CONDITION_VARIABLE. This requires Windows Vista or newer. It fixes problems with GLib threading objects that were implicitly created by static constructors before g_thread_init().
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann1-0/+2
2013-01-10thread/PosixMutex: fix indentMax Kellermann1-13/+13
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann1-31/+24
Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
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