Searched refs:SiginfoType (Results 1 – 3 of 3) sorted by relevance
1137 static PyTypeObject SiginfoType; variable1142 PyObject *result = PyStructSequence_New(&SiginfoType);1658 if (PyModule_AddType(m, &SiginfoType) < 0) {1960 if (SiginfoType.tp_name == NULL) {1961 if (PyStructSequence_InitType2(&SiginfoType, &struct_siginfo_desc) < 0) {
674 Modules/signalmodule.c:SiginfoType static PyTypeObject SiginfoType
2362 Modules/signalmodule.c - SiginfoType -