gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ltoll from tkernel_2/kernel/tkernel/src/time_calls.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
48:         BEGIN_CRITICAL_SECTION;
49:         real_time_ofs = ll_sub(ltoll(tim_u), current_time);
50:         END_CRITICAL_SECTION;
573: if ( ll_sign(tm) < 0 ) { 574: tm = ltoll(0); 575: }
682: if ( ll_sign(tm) < 0 ) { 683: tm = ltoll(0); 684: }
994: if ( ll_sign(tm) < 0 ) { 995: tm = ltoll(0); 996: } 997: } else { 998: tm = ltoll(0); 999: }
1102: if ( ll_sign(tm) < 0 ) { 1103: tm = ltoll(0); 1104: } 1105: } else { 1106: tm = ltoll(0); 1107: }