Searched defs:nb_write (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/channel/
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_ports.h230 bool nb_write( const data_type& value_ ) function in class:sc_core::sc_fifo_out
H A Dsc_fifo.h279 sc_fifo<T>::nb_write( const T& val_ ) function in class:sc_core::sc_fifo

Completed in 8 milliseconds