Searched defs:is_full (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/ | ||
H A D | circular_buffer.h | 47 bool is_full() const { return free() == 0; } function in class:tlm::circular_buffer |
H A D | tlm_fifo.h | 189 bool is_full() const { function in class:tlm::tlm_fifo |
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/ | ||
H A D | circular_buffer.hh | 42 bool is_full() const { return free() == 0; } function in class:tlm::circular_buffer |
H A D | fifo.hh | 167 is_full() const function in class:tlm::tlm_fifo |
Completed in 7 milliseconds