Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_pthread.h547 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()
Dthread_nt.h333 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
/third_party/python/Modules/
D_queuemodule.c245 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()
253 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
D_threadmodule.c100 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()
122 r = PY_LOCK_FAILURE; in acquire_timed()
Dfaulthandler.c613 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
/third_party/python/Include/
Dpythread.h14 PY_LOCK_FAILURE = 0, enumerator