Searched refs:is_full (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh71 while (is_full()) {
75 if (buffer.is_full()) {
89 if (is_full()) {
93 if (buffer.is_full()) {
108 return !is_full();
H A Dfifo.hh116 if (is_full())
167 is_full() const function in class:tlm::tlm_fifo
H A Dcircular_buffer.hh42 bool is_full() const { return free() == 0; } function in class:tlm::circular_buffer
101 if (is_full()) {
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_put_get.h90 while( is_full() ) {
94 if( buffer.is_full() ) {
112 if( is_full() ) {
116 if( buffer.is_full() ) {
134 return !is_full();
H A Dtlm_fifo.h127 if( is_full() ) std::cout << "full" << std::endl;
189 bool is_full() const { function in class:tlm::tlm_fifo
H A Dcircular_buffer.h47 bool is_full() const { return free() == 0; } function in class:tlm::circular_buffer
105 if( is_full() ) {

Completed in 10 milliseconds