Home
last modified time | relevance | path

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

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcore.C80 static itree<timespec, timecb_t, &timecb_t::ts, &timecb_t::link> timecbs; variable
155 timecbs.insert (to); in timecb()
180 for (timecb_t *tp = timecbs[to->ts]; tp != to; tp = timecbs.next (tp)) in timecb_remove()
184 timecbs.remove (to); in timecb_remove()
194 for (tp = timecbs.first (); tp && tp->ts <= tsnow; in timecb_check()
195 tp = timecbs_altered ? timecbs.first () : ntp) { in timecb_check()
196 ntp = timecbs.next (tp); in timecb_check()
197 timecbs.remove (tp); in timecb_check()
208 if (!(tp = timecbs.first ())) in timecb_check()