Home
last modified time | relevance | path

Searched refs:NotifyInterrupted (Results 1 – 2 of 2) sorted by relevance

/third_party/ninja/src/
Dsubprocess-win32.cc220 if (!SetConsoleCtrlHandler(NotifyInterrupted, TRUE)) in SubprocessSet()
227 SetConsoleCtrlHandler(NotifyInterrupted, FALSE); in ~SubprocessSet()
231 BOOL WINAPI SubprocessSet::NotifyInterrupted(DWORD dwCtrlType) { in NotifyInterrupted() function in SubprocessSet
Dsubprocess.h95 static BOOL WINAPI NotifyInterrupted(DWORD dwCtrlType);