Search | Google it | Results 1 - 1 of 1 for funcall:isQueEmpty from tkernel_2/kernel/tkernel/src/messagebuf.c (0.00 seconds) |
202: 203: while ( !isQueEmpty(&mbfcb->send_queue) ) { 204: top = (TCB*)mbfcb->send_queue.next; 393: 394: if ( !isQueEmpty(&mbfcb->recv_queue) ) { 395: /* Send directly to the receive wait task */ 464: 465: } else if ( !isQueEmpty(&mbfcb->send_queue) ) { 466: /* Receive directly from send wait task */ 514: } else { 515: if ( !isQueEmpty(&mbfcb->send_queue) ) { 516: tcb = (TCB*)mbfcb->send_queue.next; 612: } else { 613: if ( !isQueEmpty(&mbfcb->send_queue) ) { 614: tcb = (TCB*)mbfcb->send_queue.next;