Home
last modified time | relevance | path

Searched refs:PY_TIMEOUT_MAX (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/
H A Dpythread.h36 PY_TIMEOUT_MAX is the highest usable value (in microseconds) of that
48 # define PY_TIMEOUT_MAX (LLONG_MAX / 1000) macro
54 # define PY_TIMEOUT_MAX (0xFFFFFFFELL * 1000)
56 # define PY_TIMEOUT_MAX LLONG_MAX macro
59 # define PY_TIMEOUT_MAX LLONG_MAX macro
68 microseconds must be less than PY_TIMEOUT_MAX. Behaviour otherwise is
/third_party/python/Modules/
H A D_queuemodule.c231 if (microseconds > PY_TIMEOUT_MAX) { in _queue_SimpleQueue_get_impl()
H A D_threadmodule.c163 if (microseconds > PY_TIMEOUT_MAX) { in lock_acquire_parse_args()
1645 double timeout_max = (double)PY_TIMEOUT_MAX * 1e-6; in thread_module_exec()
H A Dfaulthandler.c732 if (timeout_us > PY_TIMEOUT_MAX || timeout_us / SEC_TO_US > LONG_MAX) { in faulthandler_dump_traceback_later()
778 /* the downcast is safe: we check that 0 < timeout_us < PY_TIMEOUT_MAX */ in faulthandler_dump_traceback_later()

Completed in 5 milliseconds