Search | Google it | Results 1 - 1 of 1 for funcall:cyc_timer_insert (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: 406: /* Register onto timer event queue */ 407: cyc_timer_insert(cyccb, tm); 408: } 480: } 481: cyc_timer_insert(cyccb, tm); 482: } 496: /* Start cyclic handler */ 497: cyc_timer_insert(cyccb, tm); 498: }