gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cyc_timer_insert (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:
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: }