summaryrefslogtreecommitdiff
path: root/libs/pbd/pthread_utils.cc
AgeCommit message (Expand)Author
2017-10-30Move coreaudio_set_realtime_policy into libpbdRobin Gareus
2017-08-29Add a PBD API to set pthread priorityRobin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-07-16Windows (compiler specific) includes for libpbdJohn Emmas
2013-07-11 Use a std::list instead of std::set for the ThreadMap in libpbdPaul Davis
2013-07-11Use pthread_equals in libpbd for portabilityPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-23Remove unnecessary header includesTim Mayberry
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
2006-06-29Fixed i18n system.Taybin Rutkin