Search | Google it | Results 1 - 1 of 1 for funcall:QueRemoveNext from tkernel_2/lib/libdrvif/src/gdrvif.c (0.00 seconds) |
180: if ( gdi->preq[rw] < gdi->limit ) { 181: drq = (DRQ*)QueRemoveNext(&gdi->freeq); 182: if ( drq != NULL ) break; /* Obtained */ 977: LockGDI(gdi); 978: while ( (drq = (DRQ*)QueRemoveNext(&gdi->acpq)) != NULL ) { 979: QueInit(&drq->q);