Searched refs:PY_LOCK_FAILURE (Results 1 – 6 of 6) sorted by relevance
424 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()514 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()542 while (success == PY_LOCK_FAILURE) { in PyThread_acquire_lock_timed()575 if (error) success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
303 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
220 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()228 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
59 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()81 r = PY_LOCK_FAILURE; in acquire_timed()
575 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
15 PY_LOCK_FAILURE = 0, enumerator