Search | Google it | Results 1 - 3 of 3 for funcall:isQueEmpty (0.01 seconds) |
157: } else { 158: if ( !isQueEmpty(&devcb->openq) ) { 159: /* In use (open) */
905: /* Delete the all consoles */ 906: while (!isQueEmpty(&ConsPort)) { 907: delete_cons((CONSCB*)ConsPort.next);
206: { 207: if ( !isQueEmpty(fq + 1) ) { 208: QUEUE *nq = (fq + 1)->next;