gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:uitoll from mtkernel_3/kernel/tkernel/timer.c (0.00 seconds)
mtkernel_3
kernel/tkernel/timer.c - 5.4KB - 185 lines
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);