Home | History | Annotate | Download | only in Modules

Lines Matching refs:endtime

48     _PyTime_t endtime = 0;
52 endtime = _PyTime_GetMonotonicClock() + timeout;
76 timeout = endtime - _PyTime_GetMonotonicClock();