Searched refs:PY_LOCK_INTR (Results 1 – 4 of 4) sorted by relevance
16 PY_LOCK_INTR enumerator
67 if (r == PY_LOCK_INTR) { in acquire_timed()72 return PY_LOCK_INTR; in acquire_timed()87 } while (r == PY_LOCK_INTR); /* Retry if we were interrupted. */ in acquire_timed()147 if (r == PY_LOCK_INTR) { in lock_PyThread_acquire_lock()334 else if (r == PY_LOCK_INTR) { in rlock_acquire()
224 if (r == PY_LOCK_INTR && Py_MakePendingCalls() < 0) { in _queue_SimpleQueue_get_impl()
513 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()654 success = PY_LOCK_INTR; in PyThread_acquire_lock_timed()