Searched refs:lockobject (Results 1 – 1 of 1) sorted by relevance
26 } lockobject; typedef29 lock_dealloc(lockobject *self) in lock_dealloc()44 lock_PyThread_acquire_lock(lockobject *self, PyObject *args) in lock_PyThread_acquire_lock()70 lock_PyThread_release_lock(lockobject *self) in lock_PyThread_release_lock()93 lock_locked_lock(lockobject *self) in lock_locked_lock()131 sizeof(lockobject), /*tp_size*/154 offsetof(lockobject, in_weakreflist), /* tp_weaklistoffset */160 static lockobject *163 lockobject *self; in newlockobject()164 self = PyObject_New(lockobject, &Locktype); in newlockobject()[all …]