gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isQueEmpty from tkernel_2/kernel/tkernel/src/mempool.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/mempool.c - 20.9KB - 791 lines
143: {
144:         if ( isQueEmpty(&mplcb->freeque) ) {
145:                 return 0;
230: { 231: if ( !isQueEmpty(fq + 1) ) { 232: QUEUE *nq = (fq + 1)->next;
368: 369: while ( !isQueEmpty(&mplcb->wait_queue) ) { 370: top = (TCB*)mplcb->wait_queue.next;