Home
last modified time | relevance | path

Searched refs:tpb_thread_body (Results 1 – 4 of 4) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dtpb_thread_body.h39 class GR_RUNTIME_API tpb_thread_body
44 tpb_thread_body(block_sptr block,
47 ~tpb_thread_body();
H A Dtpb_thread_body.cc35 tpb_thread_body::tpb_thread_body(block_sptr block, in tpb_thread_body() function in gr::tpb_thread_body
179 tpb_thread_body::~tpb_thread_body() {} in ~tpb_thread_body()
H A Dscheduler_tpb.cc50 tpb_thread_body body(d_block, d_start_sync, d_max_noutput_items); in operator ()()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dbasic_block.h82 friend class tpb_thread_body; variable