Home
last modified time | relevance | path

Searched refs:siginfo_type (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dsignalmodule.c155 PyTypeObject *siginfo_type; member
1168 PyObject *result = PyStructSequence_New(state->siginfo_type);
1692 modstate->siginfo_type = PyStructSequence_NewType(&struct_siginfo_desc);
1693 if (modstate->siginfo_type == NULL) {
1698 if (PyModule_AddType(m, modstate->siginfo_type) < 0) {
1721 Py_VISIT(state->siginfo_type);
1730 Py_CLEAR(state->siginfo_type);

Completed in 3 milliseconds