Home
last modified time | relevance | path

Searched refs:PY_LOCK_FAILURE (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Python/
H A Dthread_pthread.h546 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
633 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
662 while (success == PY_LOCK_FAILURE) { in PyThread_acquire_lock_timed()
698 if (error) success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
H A Dthread_nt.h344 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
/third_party/python/Include/
H A Dpythread.h13 PY_LOCK_FAILURE = 0, enumerator
/third_party/python/Modules/
H A D_queuemodule.c250 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()
259 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
H A D_threadmodule.c77 * PY_LOCK_INTR is returned. Otherwise, PY_LOCK_ACQUIRED or PY_LOCK_FAILURE
96 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()
118 r = PY_LOCK_FAILURE; in acquire_timed()
H A Dfaulthandler.c632 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()

Completed in 8 milliseconds