Search | Google it | Results 11 - 12 of 12 for funcall:isQueEmpty from mtkernel_3 (0.00 seconds) |
168: /* Execute event that passed occurring time. */ 169: while ( !isQueEmpty(&knl_timer_queue) ) { 170: event = (TMEB*)knl_timer_queue.next;
100: 101: while ( !isQueEmpty(wait_queue) ) { 102: tcb = (TCB*)wait_queue->next;