Search | Google it | Results 1 - 1 of 1 for funcall:isQueEmpty from mtkernel_3/kernel/tkernel/messagebuf.c (0.00 seconds) |
98: 99: while ( !isQueEmpty(&mbfcb->send_queue) ) { 100: top = (TCB*)mbfcb->send_queue.next; 306: 307: if ( !isQueEmpty(&mbfcb->recv_queue) ) { 308: /* Send directly to the receive wait task */ 405: 406: } else if ( !isQueEmpty(&mbfcb->send_queue) ) { 407: /* Receive directly from send wait task */ 456: } else { 457: if ( !isQueEmpty(&mbfcb->send_queue) ) { 458: tcb = (TCB*)mbfcb->send_queue.next; 558: } else { 559: if ( !isQueEmpty(&mbfcb->send_queue) ) { 560: tcb = (TCB*)mbfcb->send_queue.next;