Robin Gareus fa07233a17 mutex 'er up
Some overzealous locking to track down RequestObject related crashes.

bc0fa4d689 wrongly locked the current event loop's
request_invalidation_lock instead of the invalidation's list lock.

Also Abstract UI is able to delete requests concurrently with with
EventLoop invalidation.
e.g. PortManager::PortRegisteredOrUnregistered  and GlobalPortMatrixWindow
so the lock needs to be exposed.

If this solves various issues, mutexes should to be consolidated
(request_buffer_map_lock + request_invalidation_lock) and be chosen
such that there is as little contention as possible.
2016-12-13 23:47:07 +01:00
2016-02-28 21:16:44 +01:00
2016-02-28 21:16:44 +01:00
2016-12-13 23:47:07 +01:00
2016-08-24 10:07:21 -07:00
2016-12-13 23:47:07 +01:00
2016-12-13 23:47:07 +01:00
2016-06-25 00:44:04 +02:00
2016-07-06 03:12:19 +02:00
2016-10-18 22:26:23 +02:00
2015-05-09 13:08:56 -04:00
2016-11-30 14:49:42 +01:00
2016-02-28 21:48:49 +01:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html
Description
No description provided
Readme 198 MiB
Languages
C++ 56.5%
C 39.6%
JavaScript 1.3%
Lua 0.9%
Python 0.6%
Other 0.9%