Searched refs:delete_head_nowait (Results 1 – 11 of 11) sorted by relevance
69 pmt::pmt_t msg_queue::delete_head_nowait() in delete_head_nowait() function in gr::messages::msg_queue87 while (delete_head_nowait() != pmt::pmt_t()) in flush()
92 message::sptr msg_queue::delete_head_nowait() in delete_head_nowait() function in gr::msg_queue119 while ((m = delete_head_nowait()) != 0) in flush()
106 while ((msg = block->delete_head_nowait(i.first))) { in tpb_thread_body()115 msg = block->delete_head_nowait(i.first); in tpb_thread_body()
203 pmt::pmt_t basic_block::delete_head_nowait(pmt::pmt_t which_port) in delete_head_nowait() function in gr::basic_block
75 message::sptr delete_head_nowait();
279 pmt::pmt_t delete_head_nowait(pmt::pmt_t which_port);
74 pmt::pmt_t delete_head_nowait();
58 gr::message::sptr delete_head_nowait();
55 pmt::pmt_t msg(delete_head_nowait(pdu::pdu_port_id())); in calculate_output_stream_length()
119 pmt::pmt_t msg = delete_head_nowait(d_port); in readloop()
132 pmt::pmt_t msg(delete_head_nowait(d_port)); in work()