Searched refs:hInterruptEvent (Results 1 – 3 of 3) sorted by relevance
72 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in my_fgets() local73 switch (WaitForSingleObjectEx(hInterruptEvent, 10, FALSE)) { in my_fgets()75 ResetEvent(hInterruptEvent); in my_fgets()147 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in _PyOS_WindowsConsoleReadline() local148 if (WaitForSingleObjectEx(hInterruptEvent, 100, FALSE) in _PyOS_WindowsConsoleReadline()150 ResetEvent(hInterruptEvent); in _PyOS_WindowsConsoleReadline()
560 HANDLE hInterruptEvent = _PyOS_SigintEvent(); in read_console_w() local561 if (WaitForSingleObjectEx(hInterruptEvent, 100, FALSE) in read_console_w()563 ResetEvent(hInterruptEvent); in read_console_w()
2062 HANDLE hInterruptEvent; local2105 hInterruptEvent = _PyOS_SigintEvent();2106 ResetEvent(hInterruptEvent);2109 rc = WaitForSingleObjectEx(hInterruptEvent, ul_millis, FALSE);