Home
last modified time | relevance | path

Searched refs:PyErr_SetInterruptEx (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Demscripten_signal.c37 PyErr_SetInterruptEx(signal); in _Py_CheckEmscriptenSignals()
/aosp_15_r20/external/python/cpython3/Modules/
Dsignalmodule.c1919 PyErr_SetInterruptEx(int signum) function
1937 (void) PyErr_SetInterruptEx(SIGINT);
D_threadmodule.c1205 if (PyErr_SetInterruptEx(signum)) { in thread_PyThread_interrupt_main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h236 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h236 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h236 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h236 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h236 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c227 EXPORT_FUNC(PyErr_SetInterruptEx)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat167 function,PyErr_SetInterruptEx,3.10,,
Dpython3.11.abi182 …<elf-symbol name='PyErr_SetInterruptEx' type='func-type' binding='global-binding' visibility='defa…
16451PyErr_SetInterruptEx' mangled-name='PyErr_SetInterruptEx' filepath='./Modules/signalmodule.c' line…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst582 This is equivalent to ``PyErr_SetInterruptEx(SIGINT)``.
589 .. c:function:: int PyErr_SetInterruptEx(int signum)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2187 [function.PyErr_SetInterruptEx]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst2094 * Add :c:func:`PyErr_SetInterruptEx` which allows passing a signal number