Home
last modified time | relevance | path

Searched refs:dummyweakref (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dthreadmodule.c277 static PyObject *_localdummy_destroyed(PyObject *meth_self, PyObject *dummyweakref);
572 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
587 ldict = PyDict_GetItem(self->dummies, dummyweakref); in _localdummy_destroyed()
589 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()
/external/python/cpython3/Modules/
D_threadmodule.c647 static PyObject *_localdummy_destroyed(PyObject *meth_self, PyObject *dummyweakref);
946 _localdummy_destroyed(PyObject *localweakref, PyObject *dummyweakref) in _localdummy_destroyed() argument
961 ldict = PyDict_GetItem(self->dummies, dummyweakref); in _localdummy_destroyed()
963 PyDict_DelItem(self->dummies, dummyweakref); in _localdummy_destroyed()