Home
last modified time | relevance | path

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

/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
/external/python/cpython2/Include/
Dintrcheck.h9 PyAPI_FUNC(void) PyOS_InitInterrupts(void);
/external/python/cpython3/Include/
Dintrcheck.h9 PyAPI_FUNC(void) PyOS_InitInterrupts(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def300 PyOS_InitInterrupts
/external/python/cpython3/PC/
Dpython3.def429 PyOS_InitInterrupts=python37.PyOS_InitInterrupts
/external/python/cpython2/Modules/
Dsignalmodule.c953 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
/external/python/cpython3/Modules/
Dsignalmodule.c1575 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1199 "PyOS_InitInterrupts"
/external/python/cpython3/Python/
Dpylifecycle.c2297 PyOS_InitInterrupts(); /* May imply initsignal() */ in initsigs()
/external/python/cpython2/Python/
Dpythonrun.c1812 PyOS_InitInterrupts(); /* May imply initsignal() */ in initsigs()