Home
last modified time | relevance | path

Searched refs:SiginfoType (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
Dsignalmodule.c1137 static PyTypeObject SiginfoType; variable
1142 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) {
/third_party/python/Tools/c-analyzer/
DTODO674 Modules/signalmodule.c:SiginfoType static PyTypeObject SiginfoType
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2362 Modules/signalmodule.c - SiginfoType -