Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:endtime

1048             endtime = time.monotonic() + timeout
1050 endtime = None
1053 if endtime is not None:
1054 waittime = endtime - time.monotonic()