Home
last modified time | relevance | path

Searched refs:PyOS_InitInterrupts (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython2/Parser/
Dintrcheck.c12 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
48 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
69 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
148 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
/aosp_15_r20/external/python/cpython2/Include/
Dintrcheck.h9 PyAPI_FUNC(void) PyOS_InitInterrupts(void);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def300 PyOS_InitInterrupts
/aosp_15_r20/external/python/cpython2/Modules/
Dsignalmodule.c953 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1199 "PyOS_InitInterrupts"
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c1812 PyOS_InitInterrupts(); /* May imply initsignal() */ in initsigs()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a3.rst1376 Removed the undocumented ``PyOS_InitInterrupts()`` function. Initializing
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst2243 * Removed the undocumented ``PyOS_InitInterrupts()`` function. Initializing