Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread_pthread.h515 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()
Dthread_nt.h327 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
/external/python/cpython3/Modules/
D_queuemodule.c219 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()
227 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
D_threadmodule.c61 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()
83 r = PY_LOCK_FAILURE; in acquire_timed()
Dfaulthandler.c609 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
/external/python/cpython3/Include/
Dpythread.h14 PY_LOCK_FAILURE = 0, enumerator