gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cntacpq (0.00 seconds)
tkernel_2
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
288: err_ret2:
289:         cntacpq(req, gdi, --);
290:         QueRemove((QUEUE*)drq);
395: drq = (DRQ*)q; 396: cntacpq(req, gdi, --); 397: QueRemove(q);
627: /* Wait for accepting the processing (inside queue) : delete from the queue that waits for accepting */ 628: cntacpq(req, gdi, --); 629: QueRemove(&drq->q);
772: /* Wait-for-acceptance: delete from the accept-wait-queue */ 773: cntacpq(req, gdi, --); 774: QueRemove(&drq->q);