Searched refs:PY_LOCK_INTR (Results 1 – 4 of 4) sorted by relevance
65 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()
225 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
17 PY_LOCK_INTR enumerator
422 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()562 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()