ardour/tools/luadevel
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
..
ardour-lua.sh.in add lua-session commandline tool 2016-02-23 15:43:03 +01:00
devel.cc backup lua-test/devel util code 2016-07-07 15:37:11 +02:00
luasession.cc mutex 'er up 2016-12-13 23:47:07 +01:00
wscript special case luabridge for windows/MSVC 2016-04-11 22:19:25 +02:00