X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.hpp;h=e2bf1bd9283b1ed8c39f580f9de039915ffabd2e;hp=64ce13b01253398850cfa99a9921074090507980;hb=a1a3656b4e18cb9fc078a51bf4256066ee307620;hpb=cc10c40992278034a7d7648d34f19ff6743710db diff --git a/pv/data/decoderstack.hpp b/pv/data/decoderstack.hpp index 64ce13b0..e2bf1bd9 100644 --- a/pv/data/decoderstack.hpp +++ b/pv/data/decoderstack.hpp @@ -140,12 +140,12 @@ private: double samplerate_; /** - * This mutex prevents more than one decode operation occuring - * concurrently. + * This mutex prevents more than one thread from accessing + * libsigrokdecode concurrently. * @todo A proper solution should be implemented to allow multiple - * decode operations. + * decode operations in parallel. */ - static std::mutex global_decode_mutex_; + static std::mutex global_srd_mutex_; std::list< std::shared_ptr > stack_;