aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-02thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann6-38/+58
2014-07-02thread/GLib{Mutex,Cond}: remove obsolete classesMax Kellermann2-178/+0
2014-05-31thread/Util: relicense to BSD-2Max Kellermann1-15/+25
2014-03-16thread/Thread: make the destructor non-virtualMax Kellermann1-1/+1
2014-03-01thread/Name: fall back to prctl()Max Kellermann1-0/+4
2014-03-01java: new helper library for the Android portMax Kellermann1-0/+9
2014-02-18Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_setMax Kellermann1-1/+1
2014-02-18Thread/Util: make SCHED_RESET_ON_FORK optionalMax Kellermann1-1/+7
2014-02-18thread/Posix{Mutex,Cond}: disable "constexpr" on AndroidMax Kellermann2-2/+8
2014-01-30Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann1-0/+54
2014-01-28thread/Name: implementation for Mac OS XMax Kellermann1-0/+4
2014-01-23thread/Name: set thread namesMax Kellermann1-0/+51
2014-01-23thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime()Max Kellermann1-1/+1
2014-01-14OutputThread: use real-time priorityMax Kellermann1-0/+13
2014-01-14UpdateGlue: let the update thread run at "idle" priorityMax Kellermann1-0/+72
2014-01-13copyright year 2014Max Kellermann5-5/+5
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann2-0/+222
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2-5/+4
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-08-10thread/Id: new class replacing GThread pointersMax Kellermann1-0/+99
2013-04-17thread/Cond: add method timed_wait()Max Kellermann2-2/+19
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann4-4/+135
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann5-0/+189
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann2-19/+44
2013-01-10thread/PosixMutex: fix indentMax Kellermann1-13/+13
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann2-8/+68
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2-0/+117