From: Soeren Apel Date: Sat, 1 Jul 2017 21:48:13 +0000 (+0200) Subject: DecodeSignal: Remove global SRD mutex X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=767bf4e705c4b977301a956cb8d0c777f7e8c8d4;hp=767bf4e705c4b977301a956cb8d0c777f7e8c8d4;p=pulseview.git DecodeSignal: Remove global SRD mutex libsigrokdecode commit 514b2edc54efda9c6698456748c4256bb901eddd makes it thread-safe, so PV can now access it whenever it wants, not needing to care about concurrent access. ---