Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythread.h16 PY_LOCK_INTR enumerator
/external/python/cpython3/Modules/
D_threadmodule.c106 if (r == PY_LOCK_INTR) { in acquire_timed()
111 return PY_LOCK_INTR; in acquire_timed()
126 } while (r == PY_LOCK_INTR); /* Retry if we were interrupted. */ in acquire_timed()
184 if (r == PY_LOCK_INTR) { in lock_PyThread_acquire_lock()
384 else if (r == PY_LOCK_INTR) { in rlock_acquire()
D_queuemodule.c250 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
/external/python/cpython3/Python/
Dthread_pthread.h545 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()
686 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()
/external/python/cpython3/Doc/data/
Dpython3.10.abi18510 <enumerator name='PY_LOCK_INTR' value='2'/>