Home
last modified time | relevance | path

Searched refs:PY_TIMEOUT_T (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dpythread.h34 /* PY_TIMEOUT_T is the integral type used to specify timeouts when waiting
43 #define PY_TIMEOUT_T long long macro
76 PY_TIMEOUT_T microseconds,
/third_party/python/Python/
H A Dthread_nt.h308 PY_TIMEOUT_T microseconds, int intr_flag) in PyThread_acquire_lock_timed()
313 PY_TIMEOUT_T milliseconds; in PyThread_acquire_lock_timed()
321 if (milliseconds > (PY_TIMEOUT_T)TIMEOUT_MS_MAX) { in PyThread_acquire_lock_timed()
H A Dthread_pthread.h432 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed()
630 PyThread_acquire_lock_timed(PyThread_type_lock lock, PY_TIMEOUT_T microseconds, in PyThread_acquire_lock_timed()
/third_party/python/Modules/
H A D_queuemodule.c212 PY_TIMEOUT_T microseconds; in _queue_SimpleQueue_get_impl()
H A Dfaulthandler.c90 PY_TIMEOUT_T timeout_us; /* timeout in microseconds */
779 thread.timeout_us = (PY_TIMEOUT_T)timeout_us; in faulthandler_dump_traceback_later()
/third_party/python/Modules/_io/
H A Dbufferedio.c276 st = PyThread_acquire_lock_timed(self->lock, (PY_TIMEOUT_T)1e6, 0); in _enter_buffered_busy()

Completed in 8 milliseconds