Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dthread_pthread.h542 success = PY_LOCK_ACQUIRED; in PyThread_acquire_lock_timed()
651 success = PY_LOCK_ACQUIRED; in PyThread_acquire_lock_timed()
689 success = PY_LOCK_ACQUIRED; in PyThread_acquire_lock_timed()
693 if (success == PY_LOCK_ACQUIRED) thelock->locked = 1; in PyThread_acquire_lock_timed()
H A Dthread_nt.h341 success = PY_LOCK_ACQUIRED; in PyThread_acquire_lock_timed()
/third_party/python/Include/
H A Dpythread.h14 PY_LOCK_ACQUIRED = 1, enumerator
/third_party/python/Modules/
H A D_threadmodule.c77 * PY_LOCK_INTR is returned. Otherwise, PY_LOCK_ACQUIRED or PY_LOCK_FAILURE
184 if (r == PY_LOCK_ACQUIRED) in lock_PyThread_acquire_lock()
186 return PyBool_FromLong(r == PY_LOCK_ACQUIRED); in lock_PyThread_acquire_lock()
359 PyLockStatus r = PY_LOCK_ACQUIRED; in rlock_acquire()
376 if (r == PY_LOCK_ACQUIRED) { in rlock_acquire()
385 return PyBool_FromLong(r == PY_LOCK_ACQUIRED); in rlock_acquire()
H A Dfaulthandler.c627 if (st == PY_LOCK_ACQUIRED) { in faulthandler_thread()
/third_party/python/Modules/_io/
H A Dbufferedio.c279 if (relax_locking && st != PY_LOCK_ACQUIRED) { in _enter_buffered_busy()

Completed in 9 milliseconds