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.h424 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()
Dthread_nt.h303 success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
/external/python/cpython3/Modules/
D_queuemodule.c220 if (r == PY_LOCK_FAILURE && microseconds != 0) { in _queue_SimpleQueue_get_impl()
228 if (r == PY_LOCK_FAILURE) { in _queue_SimpleQueue_get_impl()
D_threadmodule.c59 if (r == PY_LOCK_FAILURE && microseconds != 0) { in acquire_timed()
81 r = PY_LOCK_FAILURE; in acquire_timed()
Dfaulthandler.c575 assert(st == PY_LOCK_FAILURE); in faulthandler_thread()
/external/python/cpython3/Include/
Dpythread.h15 PY_LOCK_FAILURE = 0, enumerator