Lines Matching refs:endtime
1048 endtime = time.monotonic() + timeout1050 endtime = None1053 if endtime is not None:1054 waittime = endtime - time.monotonic()