gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cyc_next_time (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
293:         /* Set next startup time */
294:         cyc_timer_insert(cyccb, cyc_next_time(cyccb));
295: 
307: /* Set next startup time */ 308: cyc_timer_insert(cyccb, cyc_next_time(cyccb)); 309:
478: if ( ll_cmp(tm, current_time) <= 0 ) { 479: tm = cyc_next_time(cyccb); 480: }
567: if ( ll_cmp(tm, current_time) <= 0 ) { 568: tm = cyc_next_time(cyccb); 569: }
676: if ( ll_cmp(tm, current_time) <= 0 ) { 677: tm = cyc_next_time(cyccb); 678: }