Files
ardour/tools
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-10-23 22:53:10 +02:00
2016-12-13 23:47:07 +01:00
2014-12-17 22:27:56 -05:00
2015-01-12 21:42:44 +01:00
2015-03-12 13:15:12 +01:00
2016-04-13 00:52:25 +02:00
2016-03-04 17:02:04 +01:00