Home
last modified time | relevance | path

Searched refs:dwCtrlType (Results 1 – 9 of 9) sorted by relevance

/third_party/ninja/src/
Dsubprocess-win32.cc231 BOOL WINAPI SubprocessSet::NotifyInterrupted(DWORD dwCtrlType) { in NotifyInterrupted() argument
232 if (dwCtrlType == CTRL_C_EVENT || dwCtrlType == CTRL_BREAK_EVENT) { in NotifyInterrupted()
Dsubprocess.h95 static BOOL WINAPI NotifyInterrupted(DWORD dwCtrlType);
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp65 BOOL WINAPI CtrlHandler(DWORD dwCtrlType) { in CtrlHandler() argument
66 switch (dwCtrlType) { in CtrlHandler()
/third_party/node/src/
Dnode_watchdog.cc246 BOOL WINAPI SigintWatchdogHelper::WinCtrlCHandlerRoutine(DWORD dwCtrlType) { in WinCtrlCHandlerRoutine() argument
248 (dwCtrlType == CTRL_C_EVENT || dwCtrlType == CTRL_BREAK_EVENT)) { in WinCtrlCHandlerRoutine()
Dnode_watchdog.h144 static BOOL WINAPI WinCtrlCHandlerRoutine(DWORD dwCtrlType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc194 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType);
819 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc191 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType);
834 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c541 w32_intr_handler (DWORD dwCtrlType) in w32_intr_handler() argument
/third_party/sqlite/src/
Dshell.c16250 DWORD dwCtrlType /* One of the CTRL_*_EVENT constants */ in ConsoleCtrlHandler() argument
16252 if( dwCtrlType==CTRL_C_EVENT ){ in ConsoleCtrlHandler()