Home
last modified time | relevance | path

Searched refs:weakreflist (Results 1 – 25 of 46) sorted by relevance

12

/external/python/cpython3/Modules/
D_queuemodule.c22 PyObject *weakreflist; member
37 if (self->weakreflist != NULL) in simplequeue_dealloc()
64 self->weakreflist = NULL; in simplequeue_new_impl()
336 offsetof(simplequeueobject, weakreflist), /*tp_weaklistoffset*/
D_threadmodule.c593 PyObject *weakreflist; /* List of weak references to self */ member
599 if (self->weakreflist != NULL) in localdummy_dealloc()
629 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist)
638 PyObject *weakreflist; /* List of weak references to self */ member
794 if (self->weakreflist != NULL) in local_dealloc()
892 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
Dsre.h35 PyObject *weakreflist; /* List of weak references */ member
Dmmapmodule.c112 PyObject *weakreflist; member
139 if (m_obj->weakreflist != NULL) in mmap_object_dealloc()
1006 offsetof(mmap_object, weakreflist), /* tp_weaklistoffset */
1137 m_obj->weakreflist = NULL; in new_mmap_object()
1340 m_obj->weakreflist = NULL; in new_mmap_object()
/external/python/cpython2/Modules/
Dthreadmodule.c223 PyObject *weakreflist; /* List of weak references to self */ member
229 if (self->weakreflist != NULL) in localdummy_dealloc()
259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist)
268 PyObject *weakreflist; /* List of weak references to self */ member
422 if (self->weakreflist != NULL) in local_dealloc()
520 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
D_functoolsmodule.c98 PyObject *weakreflist; /* List of weak references */ member
148 if (pto->weakreflist != NULL) in partial_dealloc()
364 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
Dsre.h42 PyObject *weakreflist; /* List of weak references */ member
Dsocketmodule.h135 PyObject *weakreflist; member
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h65 self->weakreflist = NULL; in connection_new()
81 if (self->weakreflist != NULL) in connection_dealloc()
503 /* tp_weaklistoffset */ offsetof(ConnectionObject, weakreflist),
Dmultiprocessing.h174 PyObject *weakreflist; member
/external/python/cpython3/Modules/_io/
Dfileio.c66 PyObject *weakreflist; member
187 self->weakreflist = NULL; in fileio_new()
519 if (self->weakreflist != NULL)
1212 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
Dwinconsoleio.c153 PyObject *weakreflist; member
238 self->weakreflist = NULL; in winconsoleio_new()
440 if (self->weakreflist != NULL) in winconsoleio_dealloc()
1149 offsetof(winconsoleio, weakreflist), /* tp_weaklistoffset */
Diobase.c31 PyObject *weakreflist; member
346 if (self->weakreflist != NULL) in iobase_dealloc()
846 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
Dbufferedio.c241 PyObject *weakreflist; member
390 if (self->weakreflist != NULL) in buffered_dealloc()
2078 PyObject *weakreflist; member
2144 if (self->weakreflist != NULL) in bufferedrwpair_dealloc()
2452 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2539 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2618 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/
2713 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
Dbytesio.c17 PyObject *weakreflist; member
873 if (self->weakreflist != NULL) in bytesio_dealloc()
1024 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
/external/python/cpython3/Include/
Dmemoryobject.h64 PyObject *weakreflist; member
Dsetobject.h64 PyObject *weakreflist; /* List of weak references */ member
/external/python/cpython2/Modules/_io/
Dfileio.c56 PyObject *weakreflist; member
134 self->weakreflist = NULL; in fileio_new()
438 if (self->weakreflist != NULL) in fileio_dealloc()
1152 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
Diobase.c24 PyObject *weakreflist; member
302 if (self->weakreflist != NULL) in iobase_dealloc()
766 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
Dbytesio.c12 PyObject *weakreflist; member
755 if (self->weakreflist != NULL) in bytesio_dealloc()
896 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
Dstringio.c26 PyObject *weakreflist; member
526 if (self->weakreflist != NULL) in stringio_dealloc()
881 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
Dbufferedio.c233 PyObject *weakreflist; member
371 if (self->weakreflist != NULL) in buffered_dealloc()
1619 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2011 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2054 PyObject *weakreflist; member
2112 if (self->weakreflist != NULL) in bufferedrwpair_dealloc()
2287 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/
2426 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
/external/python/cpython2/Include/
Dfileobject.h28 PyObject *weakreflist; /* List of weak references */ member
Dsetobject.h56 PyObject *weakreflist; /* List of weak references */ member
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc311 PyObject* weakreflist; /* List of weak references */ member
369 self->weakreflist = nullptr; in EagerTensor_init()
795 offsetof(EagerTensor, weakreflist), /* tp_weaklistoffset */
839 t->weakreflist = nullptr; in EagerTensorFromHandle()

12