Home | History | Annotate | Download | only in util

Lines Matching refs:counter

58    int64_t counter;
66 t->counter = os_time_get();
79 t2->counter = t1->counter + usecs;
91 return t2->counter - t1->counter;
105 if (t1->counter < t2->counter)
107 else if(t1->counter > t2->counter)
123 return os_time_timeout(start->counter, end->counter, curr->counter);