Searched refs:PY_LOCK_INTR (Results 1 – 5 of 5) sorted by relevance
16 PY_LOCK_INTR enumerator
106 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()
250 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
545 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()686 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()
18510 <enumerator name='PY_LOCK_INTR' value='2'/>