Searched refs:PyErr_SetInterruptEx (Results 1 – 8 of 8) sorted by relevance
229 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
1868 PyErr_SetInterruptEx(int signum) function1885 (void) PyErr_SetInterruptEx(SIGINT);
1203 if (PyErr_SetInterruptEx(signum)) { in thread_PyThread_interrupt_main()
221 EXPORT_FUNC(PyErr_SetInterruptEx)
157 function,PyErr_SetInterruptEx,3.10,
540 This is equivalent to ``PyErr_SetInterruptEx(SIGINT)``.547 .. c:function:: int PyErr_SetInterruptEx(int signum)
2109 function PyErr_SetInterruptEx
2092 * Add :c:func:`PyErr_SetInterruptEx` which allows passing a signal number