/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/util/ |
H A D | keyboard_interrupt.py | 29 def HandleInterrupt(signal_number=None, frame=None): function 55 signal.signal(signal.SIGINT, HandleInterrupt)
|
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/QtUtils/ |
H A D | SignalDaemon.h | 20 static void HandleInterrupt(int);
|
H A D | SignalDaemon.cpp | 47 void SignalDaemon::HandleInterrupt(int) in HandleInterrupt() function in SignalDaemon
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/ |
H A D | Iop_BiosBase.h | 19 virtual void HandleInterrupt() = 0;
|
H A D | Iop_SubSystem.cpp | 310 m_bios->HandleInterrupt(); in CheckPendingInterrupts()
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/ |
H A D | Psp_PsfBios.h | 23 void HandleInterrupt();
|
H A D | Psp_PsfBios.cpp | 49 void CPsfBios::HandleInterrupt() in HandleInterrupt() function in CPsfBios
|
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongorestore/main/ |
H A D | mongorestore.go | 49 finishedChan := signals.HandleWithInterrupt(restore.HandleInterrupt)
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/cloudbuild/ |
H A D | execution.py | 52 keyboard_interrupt.HandleInterrupt(signal_number, stack_frame)
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/ |
H A D | standalone.py | 23 from calibre.srv.utils import HandleInterrupt, RotatingLog 246 with HandleInterrupt(server.stop):
|
H A D | auto_reload.py | 104 from calibre.srv.utils import HandleInterrupt 161 with HandleInterrupt(lambda : self.modified_queue.put(None)):
|
H A D | web_socket.py | 18 RDWR, READ, WRITE, Connection, HandleInterrupt, ServerLoop 561 with HandleInterrupt(s.wakeup):
|
H A D | loop.py | 26 DESIRED_SEND_BUFFER_SIZE, HandleInterrupt, create_sock_pair, socket_errors_eintr, 789 with HandleInterrupt(s.stop):
|
H A D | utils.py | 353 class HandleInterrupt: # {{{ class
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongodump/main/ |
H A D | mongodump.go | 78 finishedChan := signals.HandleWithInterrupt(dump.HandleInterrupt)
|
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongodump/main/ |
H A D | mongodump.go | 83 finishedChan := signals.HandleWithInterrupt(dump.HandleInterrupt)
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongorestore/main/ |
H A D | mongorestore.go | 100 finishedChan := signals.HandleWithInterrupt(restore.HandleInterrupt)
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/psx/ |
H A D | PsxBios.h | 37 void HandleInterrupt() override;
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/ |
H A D | gcloud_main.py | 220 keyboard_interrupt.HandleInterrupt()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/ |
H A D | remoting_user_session.cc | 600 void HandleInterrupt(int signal) { in HandleInterrupt() function 635 action.sa_handler = HandleInterrupt; in WaitForMessagesAndExit()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | Runtime.cpp | 414 static bool HandleInterrupt(JSContext* cx, bool invokeCallback) { in HandleInterrupt() function 505 return HandleInterrupt(this, invokeCallback); in handleInterrupt()
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | Runtime.cpp | 415 static bool HandleInterrupt(JSContext* cx, bool invokeCallback) { in HandleInterrupt() function 506 return HandleInterrupt(this, invokeCallback); in handleInterrupt()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | Runtime.cpp | 414 static bool HandleInterrupt(JSContext* cx, bool invokeCallback) { in HandleInterrupt() function 505 return HandleInterrupt(this, invokeCallback); in handleInterrupt()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | Runtime.cpp | 406 static bool HandleInterrupt(JSContext* cx, bool invokeCallback) { in HandleInterrupt() function 497 return HandleInterrupt(this, invokeCallback); in handleInterrupt()
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/ |
H A D | PS2OS.h | 47 void HandleInterrupt();
|