Searched refs:PY_LOCK_FAILURE (Results 1 – 6 of 6) sorted by relevance
547 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()634 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()663 while (success == PY_LOCK_FAILURE) { in PyThread_acquire_lock_timed()699 if (error) success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
333 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
245 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()253 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
100 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()122 r = PY_LOCK_FAILURE; in acquire_timed()
613 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
14 PY_LOCK_FAILURE = 0, enumerator