Searched refs:nb_read (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/ext/channel/
H A Dsc_fifo_in_if.hh44 virtual bool nb_read(T &) = 0;
H A Dsc_fifo_in.hh84 bool nb_read(T &t) { return (*this)->nb_read(t); } function in class:sc_core::sc_fifo_in
H A Dsc_fifo.hh109 nb_read(T &t) function in class:sc_core::sc_fifo
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ifs.h50 virtual bool nb_read( T& ) = 0;
H A Dsc_fifo_ports.h117 bool nb_read( data_type& value_ ) function in class:sc_core::sc_fifo_in
118 { return (*this)->nb_read( value_ ); }
H A Dsc_fifo.h92 virtual bool nb_read( T& );
247 sc_fifo<T>::nb_read( T& val_ ) function in class:sc_core::sc_fifo
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp101 while( ! in.nb_read( val ) ) { // non-blocking read
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp111 while( ! in.nb_read( val ) ) { // non-blocking read
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp112 while( ! in.nb_read( val ) ) { // non-blocking read

Completed in 12 milliseconds