Searched refs:pty_fifo_is_empty (Results 1 – 3 of 3) sorted by relevance
26 static inline bool pty_fifo_is_empty(pty_fifo_t* fifo) { in pty_fifo_is_empty() function
37 bool was_empty = pty_fifo_is_empty(&psd->fifo); in psd_recv()58 if (pty_fifo_is_empty(&psd->fifo)) { in psd_read()
58 if (pty_fifo_is_empty(&pc->fifo)) { in pty_client_read()127 if (pty_fifo_is_empty(&pc->fifo)) { in pty_adjust_signals_locked()366 bool was_empty = pty_fifo_is_empty(&pc->fifo); in pty_server_send()
Completed in 6 milliseconds