Home
last modified time | relevance | path

Searched refs:tpfree (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtimers.c44 static Timer_t *tptop, *tpmin, *tpfree; variable
134 tp->next = tpfree; in sigalrm()
135 tpfree = tp; in sigalrm()
189 if(tp=tpfree) in sh_timeradd()
190 tpfree = tp->next; in sh_timeradd()