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

/gem5/src/dev/
H A Dpixelpump.hh177 /** Did a buffer underrun occur within this refresh interval? */
178 bool underrun() const { return _underrun; } function in class:BasePixelPump
201 * @param p Output pixel value, undefined on underrun
202 * @return true on success, false on buffer underrun
232 * Buffer underrun occurred on a frame.
234 * This method is called once if there is buffer underrun while
235 * refreshing the display. The underrun state is reset on the next
318 /** Did a buffer underrun occur within this refresh interval? */

Completed in 5 milliseconds