Home
last modified time | relevance | path

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

/third_party/ninja/src/
H A 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
266 // delivered by NotifyInterrupted above. in DoWork()
H A Dsubprocess.h95 static BOOL WINAPI NotifyInterrupted(DWORD dwCtrlType);

Completed in 1 milliseconds