Searched refs:PyLockStatus (Results 1 – 8 of 8) sorted by relevance
12 typedef enum PyLockStatus { enum16 } PyLockStatus; typedef75 PyAPI_FUNC(PyLockStatus) PyThread_acquire_lock_timed(PyThread_type_lock,
431 PyLockStatus435 PyLockStatus success; in PyThread_acquire_lock_timed()629 PyLockStatus633 PyLockStatus success = PY_LOCK_FAILURE; in PyThread_acquire_lock_timed()
306 PyLockStatus312 PyLockStatus success; in PyThread_acquire_lock_timed()
81 static PyLockStatus89 PyLockStatus r; in acquire_timed()179 PyLockStatus r = acquire_timed(self->lock_lock, timeout); in lock_PyThread_acquire_lock()359 PyLockStatus r = PY_LOCK_ACQUIRED; in rlock_acquire()
211 PyLockStatus r; in _queue_SimpleQueue_get_impl()
613 PyLockStatus st; in faulthandler_thread()
259 PyLockStatus st; in _enter_buffered_busy()
715 typedef enum PyLockStatus {