Search | Google it | Results 1 - 1 of 1 for funcall:uitoll from mtkernel_3/kernel/tkernel/timer.c (0.00 seconds) |
46: { 47: knl_current_time = knl_real_time_ofs = uitoll(0); 48: QueInit(&knl_timer_queue); 153: BEGIN_CRITICAL_SECTION; 154: knl_current_time = ll_add(knl_current_time, uitoll(TIMER_PERIOD)); 155: cur = lltoul(knl_current_time);