Searched refs:PY_TIMEOUT_MAX (Results 1 – 5 of 5) sorted by relevance
62 # define PY_TIMEOUT_MAX (LLONG_MAX / 1000) macro66 # define PY_TIMEOUT_MAX (0xFFFFFFFFLL * 1000)68 # define PY_TIMEOUT_MAX LLONG_MAX macro71 # define PY_TIMEOUT_MAX LLONG_MAX macro
226 if (microseconds >= PY_TIMEOUT_MAX) { in _queue_SimpleQueue_get_impl()
167 if (microseconds >= PY_TIMEOUT_MAX) { in lock_acquire_parse_args()1644 double timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; in thread_module_exec()
713 if (timeout_us >= PY_TIMEOUT_MAX || timeout_us / SEC_TO_US >= LONG_MAX) { in faulthandler_dump_traceback_later()
454 if (microseconds > PY_TIMEOUT_MAX) { in PyThread_acquire_lock_timed()