Searched refs:tptop (Results 1 – 2 of 2) sorted by relevance
44 static Timer_t *tptop, *tpmin, *tpfree; variable111 for(tplast=0,tp=tptop; tp; tp=tpnext) in sigalrm()133 tptop = tp->next; in sigalrm()198 tp->next = tptop; in sh_timeradd()199 tptop = tp; in sh_timeradd()213 tp = tptop; in sh_timeradd()222 if(tp!=tptop) in sh_timeradd()238 for(tp=tptop; tp; tp=tp->next) in timerdel()
132 register struct tevent *tptop; in sh_timetraps() local136 tptop= (struct tevent*)sh.st.timetrap; in sh_timetraps()137 for(tp=tptop;tp;tp=tpnext) in sh_timetraps()