Search | Google it | Results 1 - 3 of 3 for funcall:knl_make_ready (0.00 seconds) |
184: knl_setup_stacd(tcb, stacd); 185: knl_make_ready(tcb); 186: }
100: if ( --tcb->suscnt == 0 ) { 101: knl_make_ready(tcb); 102: }
145: if ( tcb->state == TS_WAIT ) { 146: knl_make_ready(tcb); 147: } else {