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

/gem5/src/systemc/ext/channel/
H A Dsc_fifo_out_if.hh44 virtual bool nb_write(const T &) = 0;
H A Dsc_fifo_out.hh82 bool nb_write(const T &t) { return (*this)->nb_write(t); } function in class:sc_core::sc_fifo_out
H A Dsc_fifo.hh131 nb_write(const T &t) function in class:sc_core::sc_fifo
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo_ifs.h117 virtual bool nb_write( const T& ) = 0;
H A Dsc_fifo_ports.h230 bool nb_write( const data_type& value_ ) function in class:sc_core::sc_fifo_out
231 { return (*this)->nb_write( value_ ); }
H A Dsc_fifo.h111 virtual bool nb_write( const T& );
279 sc_fifo<T>::nb_write( const T& val_ ) function in class:sc_core::sc_fifo
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp61 while( ! out.nb_write( val ++ ) ) { // non-blocking write
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp69 while( ! out.nb_write( val ++ ) ) { // non-blocking write
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp69 while( ! out.nb_write( val ++ ) ) { // non-blocking write

Completed in 12 milliseconds