discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-buffer - threadsafe?


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] gr-buffer - threadsafe?
Date: Fri, 02 Mar 2007 08:08:37 -0800
User-agent: Thunderbird 1.5.0.9 (X11/20070103)

Dominik Auras wrote:

> Can I assume gr_buffer + gr_buffer_reader to be thread-safe?

In the existing code, methods on these objects are only called by the
runtime scheduler from within a single thread, so there is no need for
thread safety.

The buffers between GNU Radio blocks are internal implementation details
that user code never needs to deal with, and might change arbitrarily.
What is it you're trying to accomplish?

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com




reply via email to

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