gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:knl_abstim_reached from mtkernel_3/kernel/tkernel/time_calls.c (0.00 seconds)
mtkernel_3
kernel/tkernel/time_calls.c - 22.2KB - 901 lines
344:                         tm = cyccb->cyctmeb.time;
345:                         if ( knl_abstim_reached(cur, tm) ) {
346:                                 tm = knl_cyc_next_time(cyccb);
424: if ( (cyccb->cycstat & TCYC_STA) == 0 ) { 425: if ( knl_abstim_reached(cur, tm) ) { 426: tm = knl_cyc_next_time(cyccb);
428: } 429: if ( knl_abstim_reached(cur + TIMER_PERIOD, tm) ) { 430: tm = 0;
525: if ( (cyccb->cycstat & TCYC_STA) == 0 ) { 526: if ( knl_abstim_reached(cur, tm) ) { 527: tm = knl_cyc_next_time(cyccb);
529: } 530: if ( knl_abstim_reached(cur + TIMER_PERIOD, tm) ) { 531: tm = 0;
779: tm = almcb->almtmeb.time; 780: if ( knl_abstim_reached(cur + TIMER_PERIOD, tm) ) { 781: tm = 0;
879: tm = almcb->almtmeb.time; 880: if ( knl_abstim_reached(cur + TIMER_PERIOD, tm) ) { 881: tm = 0;