gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ll_sub from tkernel_2 (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
37:         BEGIN_CRITICAL_SECTION;
38:         real_time_ofs = ll_sub(toLSYSTIM(pk_tim), current_time);
39:         END_CRITICAL_SECTION;
More results from time_calls.c
kernel/tkernel/src/timer.h - 3.0KB - 120 lines
59:                 /* return the sub-millisecond residue in microseconds */
60:                 *us = lltol(ll_sub(ltime, li_mul(t, 1000)));
61:         }