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

/macosx-10.10/emacs-93/emacs/src/
H A Dw32xfns.c40 HANDLE interrupt_handle = NULL; variable
51 /* interrupt_handle is signalled when quit (C-g) is detected, so that
57 interrupt_handle = CreateEvent (NULL, TRUE, FALSE, NULL);
70 if (interrupt_handle)
72 CloseHandle (interrupt_handle);
73 interrupt_handle = NULL;
82 PulseEvent (interrupt_handle);
H A Dw32proc.c1047 C-g is not able to interrupt it, we always wait on interrupt_handle
1056 extern HANDLE interrupt_handle;
1093 /* Always wait on interrupt_handle, to detect C-g (quit). */
1094 wait_hnd[0] = interrupt_handle;

Completed in 70 milliseconds