Search | Google it | Results 1 - 1 of 1 for funcall:cyc_next_time (0.00 seconds) |
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: }