Searched refs:tpmin (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtimers.c44 static Timer_t *tptop, *tpmin, *tpfree; variable
110 tpold = tpmin = 0;
123 if(!tpmin || tpmin->wakeup>tp->wakeup)
124 tpmin=tp;
141 if(!tpmin || tpmin->wakeup>tp->wakeup)
142 tpmin=tp;
144 if(tpmin && (left==0 || (tp && tpmin
[all...]

Completed in 32 milliseconds