Searched refs:PY_LOCK_FAILURE (Results 1 – 6 of 6) sorted by relevance
515 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()602 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()631 while (success == PY_LOCK_FAILURE) { in PyThread_acquire_lock_timed()667 if (error) success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
327 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
219 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()227 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
61 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()83 r = PY_LOCK_FAILURE; in acquire_timed()
609 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
14 PY_LOCK_FAILURE = 0, enumerator