summaryrefslogtreecommitdiff
path: root/posix/JackPosixThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* If pthread_setschedparam() in JackPosixThread::AcquireRealTimeImp() failsJuuso Alasuutari2019-09-181-7/+17
* Use PTHREAD_EXPLICIT_SCHED for non RT threadsJames Thomas2018-07-201-0/+3
* More robust server/client protocol.sletz2012-01-131-4/+4
* More messages in verbose mode.sletz2011-04-011-0/+2
* Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX...sletz2011-03-041-32/+32
* fix tabs and convert em to spaces.Torben Hohn2010-05-051-1/+1
* another step for jack-session...Torben Hohn2010-05-051-0/+5
* Correct JackPosixThread::StartImp : thread priority setting now done in the R...sletz2009-11-071-17/+18
* Fix AcquireRealTime and DropRealTime: now distinguish when called from anothe...sletz2009-11-071-0/+15
* Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread fiel...sletz2009-11-051-2/+2
* JACK_SCHED_POLICY switched to SCHED_FIFO.sletz2009-10-301-2/+2
* Virtualize and allow overriding of thread creation function, to allow Wine su...sletz2009-03-161-1/+2
* Rework the mutex/signal classes. Use them in JackMessageBuffer.sletz2009-02-171-0/+1
* Support for BIG_ENDIAN machines in NetJack2.sletz2009-01-281-2/+2
* range constraint for realtime-priority engine parameternedko2008-10-181-5/+34
* Header cleanup, add --clients and --ports options in configure.sletz2008-10-021-4/+0
* Better symbols export for server and client side libraries.sletz2008-09-081-5/+5
* Add missing EXPORT.sletz2008-09-051-2/+1
* Ugly temporary fix for netmanager deadlock.sletz2008-09-051-0/+7
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-0/+311