Home
last modified time | relevance | path

Searched refs:time_max (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_threadmodule.c1351 double time_max; in PyInit__thread() local
1371 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()
1372 timeout_max = Py_MIN(timeout_max, time_max); in PyInit__thread()