gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tk_get_otm from t2ex/t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c (0.00 seconds)
t2ex
t2ex_source/t2ex/network/net/src/netmain/tkn_condvar.c - 10.9KB - 416 lines
270:                 KASSERT(hz == 100);
271:                 tk_get_otm( &t1 );
272:         }
335: } else if ( ticks != TMO_FEVR ) { /* Calcurate time remaining */ 336: tk_get_otm( &t2 ); 337: ticks -= (int)(t2.lo - t1.lo);