Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c65 if (r == PY_LOCK_INTR) { in acquire_timed()
70 return PY_LOCK_INTR; in acquire_timed()
85 } while (r == PY_LOCK_INTR); /* Retry if we were interrupted. */ in acquire_timed()
145 if (r == PY_LOCK_INTR) { in lock_PyThread_acquire_lock()
312 else if (r == PY_LOCK_INTR) { in rlock_acquire()
D_queuemodule.c225 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
/external/python/cpython3/Include/
Dpythread.h17 PY_LOCK_INTR enumerator
/external/python/cpython3/Python/
Dthread_pthread.h422 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()
562 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()