Home
last modified time | relevance | path

Searched refs:fifo_empty (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dfifo.h47 extern int fifo_empty(fifo_t *);
H A Dfifo.c134 fifo_empty(fifo_t *f) in fifo_empty() function
H A Dctfmerge.c399 while (fifo_empty(wq->wq_queue)) { in worker_runphase1()