Home
last modified time | relevance | path

Searched refs:CTRL_C_EVENT (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/windows/
Dsys.rs19 new(console::CTRL_C_EVENT) in ctrl_c()
62 Ok(console::CTRL_C_EVENT) => Some(&self.ctrl_c), in event_info()
146 super::handler(console::CTRL_C_EVENT); in ctrl_c()
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_control_c.cc38 GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0); in run_child()
47 return ctrl_type == CTRL_C_EVENT; in ignore_control_c()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dwin_console_handler.py22 if sig == signal.CTRL_C_EVENT:
/aosp_15_r20/external/python/cpython3/Lib/test/
Dwin_console_handler.py22 if sig == signal.CTRL_C_EVENT:
/aosp_15_r20/external/perfetto/src/base/
H A Dctrl_c_handler.cc44 if (type == CTRL_C_EVENT) { in InstallCtrlCHandler()
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/subprocess_handler/
H A Dsubprocess_handler.py23 return signal.CTRL_C_EVENT # type: ignore[attr-defined] # noqa: F821
/aosp_15_r20/external/python/cpython2/Modules/
Dsignalmodule.c842 #ifdef CTRL_C_EVENT in initsignal()
843 x = PyInt_FromLong(CTRL_C_EVENT); in initsignal()
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp78 case CTRL_C_EVENT: in CtrlHandler()
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dapi.py90 return signal.CTRL_C_EVENT # type: ignore[attr-defined] # noqa: F821
98 return signal.CTRL_C_EVENT # type: ignore[attr-defined] # noqa: F821
/aosp_15_r20/external/python/setuptools/
Dlauncher.c188 case CTRL_C_EVENT: in control_handler()
/aosp_15_r20/external/python/cpython2/Lib/
Dsubprocess.py766 elif sig == signal.CTRL_C_EVENT:
767 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/external/python/cpython3/Modules/
Dsignalmodule.c1601 #ifdef CTRL_C_EVENT
1602 ADD_INT_MACRO(CTRL_C_EVENT);
/aosp_15_r20/external/pytorch/torch/distributed/elastic/timer/
H A Dfile_based_local_timer.py96 …signal=(signal.SIGKILL if sys.platform != "win32" else signal.CTRL_C_EVENT), # type: ignore[attr-…
/aosp_15_r20/external/curl/src/
H A Dtool_doswin.c692 if(type == CTRL_C_EVENT || type == CTRL_BREAK_EVENT) in signal_handler()
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dtypes_windows.go180 CTRL_C_EVENT = 0 const
/aosp_15_r20/external/libpcap/rpcapd/
H A Drpcapd.c791 case CTRL_C_EVENT: in main_ctrl_event()
/aosp_15_r20/external/curl/tests/server/
H A Dutil.c567 case CTRL_C_EVENT: in ctrl_event_handler()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c493 case CTRL_C_EVENT: in eloop_handle_console_ctrl()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwincon.h165 #define CTRL_C_EVENT 0 macro
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py1658 elif sig == signal.CTRL_C_EVENT:
1659 os.kill(self.pid, signal.CTRL_C_EVENT)

12