Searched refs:PyLockStatus (Results 1 – 8 of 8) sorted by relevance
13 typedef enum PyLockStatus { enum17 } PyLockStatus; typedef87 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
438 PyLockStatus442 PyLockStatus success; in PyThread_acquire_lock_timed()630 PyLockStatus634 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
304 PyLockStatus310 PyLockStatus success; in PyThread_acquire_lock_timed()
84 static PyLockStatus87 PyLockStatus r; in acquire_timed()183 PyLockStatus r = acquire_timed(self->lock_lock, timeout); in lock_PyThread_acquire_lock()362 PyLockStatus r = PY_LOCK_ACQUIRED; in rlock_acquire()
207 PyLockStatus r; in _queue_SimpleQueue_get_impl()
594 PyLockStatus st; in faulthandler_thread()
272 PyLockStatus st; in _enter_buffered_busy()
590 typedef enum PyLockStatus {