mpd/src/thread
Max Kellermann d51b90a880 thread/Thread: make the destructor non-virtual
The class does not have any virtual methods, and thus the (debug-only)
destructor does not need to be virtual.
2014-03-16 10:26:23 +01:00
..
Cond.hxx copyright year 2014 2014-01-13 22:31:55 +01:00
CriticalSection.hxx thread/{Mutex,Cond}: new backend for WIN32 2013-01-11 11:11:07 +01:00
GLibCond.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
GLibMutex.hxx thread/Cond: new wrapper for pthread_cond_t or GCond 2013-01-10 10:03:19 +01:00
Id.hxx copyright year 2014 2014-01-13 22:31:55 +01:00
Mutex.hxx copyright year 2014 2014-01-13 22:31:55 +01:00
Name.hxx thread/Name: fall back to prctl() 2014-03-01 23:58:59 +01:00
PosixCond.hxx thread/Posix{Mutex,Cond}: disable "constexpr" on Android 2014-02-18 09:54:35 +01:00
PosixMutex.hxx thread/Posix{Mutex,Cond}: disable "constexpr" on Android 2014-02-18 09:54:35 +01:00
Slack.hxx Main, OutputThread: increase kernel timer slack (Linux) 2014-01-30 18:43:40 +01:00
Thread.cxx java: new helper library for the Android port 2014-03-01 18:48:20 +01:00
Thread.hxx thread/Thread: make the destructor non-virtual 2014-03-16 10:26:23 +01:00
Util.hxx Thread/Util: use __NR_ioprio_set instead of SYS_ioprio_set 2014-02-18 10:44:18 +01:00
WindowsCond.hxx thread/Cond: add method timed_wait() 2013-04-17 01:33:07 +02:00