Home
last modified time | relevance | path

Searched refs:hInterruptEvent (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Parser/
H A Dmyreadline.c73 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in my_fgets() local
74 switch (WaitForSingleObjectEx(hInterruptEvent, 10, FALSE)) { in my_fgets()
76 ResetEvent(hInterruptEvent); in my_fgets()
148 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in _PyOS_WindowsConsoleReadline() local
149 if (WaitForSingleObjectEx(hInterruptEvent, 100, FALSE) in _PyOS_WindowsConsoleReadline()
151 ResetEvent(hInterruptEvent); in _PyOS_WindowsConsoleReadline()
/third_party/python/Modules/_io/
H A Dwinconsoleio.c558 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in read_console_w() local
559 if (WaitForSingleObjectEx(hInterruptEvent, 100, FALSE) in read_console_w()
561 ResetEvent(hInterruptEvent); in read_console_w()

Completed in 3 milliseconds