Search | Google it | Results 1 - 1 of 1 for funcall:isQueEmpty from tkernel_2/kernel/tkernel/src/wait.c (0.00 seconds) |
128: 129: while ( !isQueEmpty(wait_queue) ) { 130: tcb = (TCB*)wait_queue->next; 140: { 141: if ( isQueEmpty(wait_queue) ) { 142: return 0; 197: 198: if ( isQueEmpty(&gcb->wait_queue) ) { 199: return tcb;