Home
last modified time | relevance | path

Searched refs:delete_head_nowait (Results 1 – 11 of 11) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/messages/
H A Dmsg_queue.cc69 pmt::pmt_t msg_queue::delete_head_nowait() in delete_head_nowait() function in gr::messages::msg_queue
87 while (delete_head_nowait() != pmt::pmt_t()) in flush()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dmsg_queue.cc92 message::sptr msg_queue::delete_head_nowait() in delete_head_nowait() function in gr::msg_queue
119 while ((m = delete_head_nowait()) != 0) in flush()
H A Dtpb_thread_body.cc106 while ((msg = block->delete_head_nowait(i.first))) { in tpb_thread_body()
115 msg = block->delete_head_nowait(i.first); in tpb_thread_body()
H A Dbasic_block.cc203 pmt::pmt_t basic_block::delete_head_nowait(pmt::pmt_t which_port) in delete_head_nowait() function in gr::basic_block
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dmsg_queue.h75 message::sptr delete_head_nowait();
H A Dbasic_block.h279 pmt::pmt_t delete_head_nowait(pmt::pmt_t which_port);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/messages/
H A Dmsg_queue.h74 pmt::pmt_t delete_head_nowait();
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/swig/
H A Dmsg_queue.i58 gr::message::sptr delete_head_nowait();
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dpdu_to_tagged_stream_impl.cc55 pmt::pmt_t msg(delete_head_nowait(pdu::pdu_port_id())); in calculate_output_stream_length()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-zeromq/lib/
H A Drep_msg_sink_impl.cc119 pmt::pmt_t msg = delete_head_nowait(d_port); in readloop()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dhdlc_framer_pb_impl.cc132 pmt::pmt_t msg(delete_head_nowait(d_port)); in work()