Searched refs:time_max (Results 1 – 1 of 1) sorted by relevance
1351 double time_max; in PyInit__thread() local1371 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()1372 timeout_max = Py_MIN(timeout_max, time_max); in PyInit__thread()