Don't use trylock in assertions on windows as it will fail
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 13 Jul 2013 20:57:04 +0000 (16:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 13 Jul 2013 20:57:04 +0000 (16:57 -0400)
commit6542ce76d0740ccd505fd9326a7a4b2d737af663
tree7b1540156346a3d67ae242da4ef033dae3f7c377
parent1fd2412f5be9a96e5015f81d5c89d88ce730f9c1
Don't use trylock in assertions on windows as it will fail

glib uses TryEnterCriticalSection on windows which will return true
if the lock as able to be locked *or* is already locked by the current
thread.
libs/ardour/io.cc
libs/ardour/port_insert.cc
libs/ardour/route.cc