Home
last modified time | relevance | path

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

/third_party/python/Include/
Dintrcheck.h23 PyAPI_FUNC(void*) _PyOS_SigintEvent(void);
/third_party/python/Parser/
Dmyreadline.c72 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in my_fgets()
147 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in _PyOS_WindowsConsoleReadline()
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c132 sigint_event = _PyOS_SigintEvent(); in _multiprocessing_SemLock_acquire_impl()
/third_party/python/Modules/_io/
Dwinconsoleio.c560 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in read_console_w()
/third_party/python/Modules/
Dsignalmodule.c2046 void *_PyOS_SigintEvent(void) function
Dtimemodule.c2105 hInterruptEvent = _PyOS_SigintEvent();
D_winapi.c1746 sigint_event = _PyOS_SigintEvent(); in _winapi_WaitForMultipleObjects_impl()
/third_party/python/Misc/NEWS.d/
D3.10.0a3.rst104 On Windows, the ``SIGINT`` event, ``_PyOS_SigintEvent()``, is now created