summaryrefslogtreecommitdiff
path: root/libjack/thread.c
Commit message (Expand)AuthorAgeFilesLines
* uncrustification of jack source codePaul Davis2016-02-231-81/+82
* #include changes to reflect separation of public and private headersPaul Davis2012-02-081-1/+2
* [libjack] fix warning about volatile return type, by typedeftorben2011-03-151-1/+2
* [libjack] fix stack touching for RT threads created.torben2011-03-151-7/+15
* add --enable-valgrind-clean and associated code to permit building a version ...paul2010-09-261-1/+3
* move stack touching into jack_thread_proxytorben2010-04-301-0/+7
* unchecked malloc return cases in libjack fixed; add info on -L option ; diffe...paul2009-11-121-1/+3
* "virtualize" and allow overriding of thread creation function, to allow Wine ...paul2009-03-131-3/+11
* add 2 new API functions: jack_client_real_time_priority() and jack_client_max...paul2008-10-251-0/+21
* Four patches from Jacob Meuser for OpenBSDsletz2008-03-141-0/+4
* remove all CVS Id lines from source and headerspaul2007-04-181-1/+0
* reworked config headers etc; rework clockfix patch; exit if -R requested but ...pbd2006-05-151-0/+6
* fixes/cleanups/improvements to thread scheduling changespbd2005-04-151-64/+45
* changes to jack_thread_create to support proper assignment of capabilities; r...pbd2005-04-151-119/+92
* fix reacquisition of RT scheduling after freewheel mode; cleanup memory unloc...pbd2005-03-201-3/+5
* [0.98.16] threading and CoreAudio cleanupjoq2004-09-151-36/+73
* fix Mac OS X compile errorsjoq2004-09-151-3/+5
* Fix GCC-2 compile error.joq2004-09-151-7/+13
* Fix for MacOSX threadingletz2004-09-131-6/+0
* Fixed compile on Darwin.trutkin2004-08-311-4/+10
* threading consolidation effort, hopefully rationalizing and merging all fixes...pbd2004-08-271-0/+248