aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread (follow)
Commit message (Expand)AuthorAgeFilesLines
* thread/{Mutex,Cond}: remove obsolete commentsMax Kellermann2015-08-252-6/+2
* thread/Posix{Mutex,Cond}: use "constexpr" only with glibcMax Kellermann2015-08-252-16/+16
* Merge branch 'v0.19.x'Max Kellermann2015-01-261-1/+4
|\
| * thread/Name: include stdio.h if HAVE_PRCTLMax Kellermann2015-01-211-1/+4
* | Merge branch 'v0.19.x'Max Kellermann2015-01-061-6/+14
|\|
| * thread/Name: disable pthread_setname_np() on NetBSDMax Kellermann2015-01-061-2/+6
| * thread/Name: enable FormatThreadName() with prctl()Max Kellermann2015-01-061-1/+5
| * thread/Name: indent preprocessor commandsMax Kellermann2015-01-061-3/+3
* | Copyright year 2015Max Kellermann2015-01-015-5/+5
|/
* Merge tag 'v0.18.20' into v0.19.xMax Kellermann2014-12-081-2/+2
|\
| * thread/Id: drop "::" prefix before pthread function namesMax Kellermann2014-12-081-2/+2
* | Merge branch 'v0.18.x'Max Kellermann2014-09-242-6/+28
|\|
| * thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann2014-09-132-0/+28
* | thread/{Mutex,Cond}: relicense to BSD-2Max Kellermann2014-07-026-38/+58
* | thread/GLib{Mutex,Cond}: remove obsolete classesMax Kellermann2014-07-022-178/+0
* | thread/Util: relicense to BSD-2Max Kellermann2014-05-311-15/+25
* | thread/Thread: make the destructor non-virtualMax Kellermann2014-03-161-1/+1
* | thread/Name: fall back to prctl()Max Kellermann2014-03-011-0/+4
* | java: new helper library for the Android portMax Kellermann2014-03-011-0/+9
* | Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_setMax Kellermann2014-02-181-1/+1
* | Thread/Util: make SCHED_RESET_ON_FORK optionalMax Kellermann2014-02-181-1/+7
* | thread/Posix{Mutex,Cond}: disable "constexpr" on AndroidMax Kellermann2014-02-182-2/+8
* | Main, OutputThread: increase kernel timer slack (Linux)Max Kellermann2014-01-301-0/+54
* | thread/Name: implementation for Mac OS XMax Kellermann2014-01-281-0/+4
* | thread/Name: set thread namesMax Kellermann2014-01-231-0/+51
* | thread/Util: set the SCHED_RESET_ON_FORK flag in SetThreadRealtime()Max Kellermann2014-01-231-1/+1
* | OutputThread: use real-time priorityMax Kellermann2014-01-141-0/+13
* | UpdateGlue: let the update thread run at "idle" priorityMax Kellermann2014-01-141-0/+72
* | copyright year 2014Max Kellermann2014-01-135-5/+5
|/
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-172-0/+222
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-172-5/+4
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* thread/Id: new class replacing GThread pointersMax Kellermann2013-08-101-0/+99
* thread/Cond: add method timed_wait()Max Kellermann2013-04-172-2/+19
* thread/{Mutex,Cond}: new backend for WIN32Max Kellermann2013-01-114-4/+135
* thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann2013-01-105-0/+189
* thread/GLibMutex: new Mutex implementationMax Kellermann2013-01-102-19/+44
* thread/PosixMutex: fix indentMax Kellermann2013-01-101-13/+13
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-072-8/+68
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-042-0/+117