Search | Google it | Results 11 - 14 of 14 for funcall:QueRemoveNext from mtkernel_3 (0.01 seconds) |
99: /* Get control block from FreeQue */ 100: porcb = (PORCB*)QueRemoveNext(&knl_free_porcb); 101: if ( porcb == NULL ) {
78: /* Get control block from FreeQue */ 79: semcb = (SEMCB*)QueRemoveNext(&knl_free_semcb); 80: if ( semcb == NULL ) {
72: /* Get control block from FreeQue */ 73: tcb = (TCB*)QueRemoveNext(&knl_free_tcb); 74: if ( tcb == NULL ) {
236: /* Get control block from FreeQue */ 237: cyccb = (CYCCB*)QueRemoveNext(&knl_free_cyccb); 238: if ( cyccb == NULL ) {