Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_threadmodule.c27 static struct PyModuleDef thread_module; variable
794 PyObject *module = _PyType_GetModuleByDef(type, &thread_module); in local_new()
933 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_setattro()
990 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_getattro()
1696 static struct PyModuleDef thread_module = { variable
1711 return PyModuleDef_Init(&thread_module); in PyInit__thread()
/external/python/cpython3/Doc/howto/
Dclinic.rst1263 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module);