discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Proper use of scoped_lock in out-of-tree module?


From: Monahan-Mitchell, Tim
Subject: [Discuss-gnuradio] Proper use of scoped_lock in out-of-tree module?
Date: Tue, 2 Jul 2013 23:06:15 +0000

I see different use cases of this in the gnuradio tree, like:

gr::thread::scoped_lock guard(d_mutex);

gr::thread::scoped_lock l(d_mutex);

gr::thread::scoped_lock lock(d_setlock);

As well as variances of whether the mutex variable is declared in a header 
file...

Could someone lend some kind words on what is recommended (at least for GR 3.7)?

Thanks,
Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]