Search | Google it | Results 1 - 1 of 1 for funcall:isQueEmpty from tkernel_2/kernel/sysmgr/src/deviceio.c (0.00 seconds) |
203: 204: wait = !isQueEmpty(syncq); 205: 220: 221: if ( !isQueEmpty(syncq) ) { 222: SyncSignalDM(((WaitQ*)syncq->next)->tskid); 437: LockDM(); 438: while ( !isQueEmpty(&opncb->requestq) ) { 439: reqcb = (ReqCB*)opncb->requestq.next; 717: } 718: if ( isQueEmpty(&opncb->requestq) ) { 719: ercd = E_NOEXS; 1238: /* Close all open devices */ 1239: while ( !isQueEmpty(&rescb->openq) ) { 1240: opncb = RESQ_OPNCB(rescb->openq.next);