Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dstack-guard.cc43 // If the current limits are special (e.g. due to a pending interrupt) then in SetStackLimit()
59 // If the current limits are special (e.g. due to a pending interrupt) then in AdjustStackLimitForSimulator()
119 for (int interrupt = 1; interrupt < ALL_INTERRUPTS; in PopInterruptsScope()
120 interrupt = interrupt << 1) { in PopInterruptsScope()
121 InterruptFlag flag = static_cast<InterruptFlag>(interrupt); in PopInterruptsScope()
147 // Not intercepted. Set as active interrupt flag. in RequestInterrupt()
157 // Clear the interrupt flag from the chain of InterruptsScope. in ClearInterrupt()
163 // Clear the interrupt fla in ClearInterrupt()
[all...]
/third_party/openssl/demos/bio/
H A Dsaccept.c30 void interrupt(int sig) in interrupt() function
43 sa.sa_handler = interrupt; in sigsetup()
83 /* Arrange to leave server loop on interrupt */ in main()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiEventThread.java58 interrupt(); in requestStop()
/third_party/mesa3d/src/freedreno/afuc/
H A Dafuc.h196 uint32_t interrupt : 1; /* return from ctxt-switch interrupt handler */ member
H A Dasm.c288 instr.ret.interrupt = 1; in emit_instructions()
H A Ddisasm.c666 if (instr->ret.interrupt) in disasm_instr()
/third_party/libunwind/libunwind/doc/
H A Dunw_is_signal_frame.tex26 to a frame created in response to a device interrupt.
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl23 # interrupts for some reason, thus making interrupt response time
191 || BNOP middle2x1? ; protect from interrupt
248 || BNOP middle2x2? ; protect from interrupt
305 || BNOP bottom2x1? ; protect from interrupt
363 || [B0] BNOP top2x? ; even protects from interrupt
634 || BNOP middle1x? ; protect from interrupt
693 || [B0] BNOP top1x? ; even protects from interrupt
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl23 # interrupts for some reason, thus making interrupt response time
191 || BNOP middle2x1? ; protect from interrupt
248 || BNOP middle2x2? ; protect from interrupt
305 || BNOP bottom2x1? ; protect from interrupt
363 || [B0] BNOP top2x? ; even protects from interrupt
634 || BNOP middle1x? ; protect from interrupt
693 || [B0] BNOP top1x? ; even protects from interrupt
/third_party/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c55 #include <linux/interrupt.h>
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java298 mThread.interrupt(); in stop()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAutoGlitchActivity.java123 mAutoThread.interrupt(); in stopAudioTest()
H A DTestDisconnectActivity.java232 mAutoThread.interrupt(); in onStopDisconnectTest()
/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs153 ptrace::interrupt(child).unwrap(); in test_ptrace_interrupt()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs438 pub fn interrupt(pid: Pid) -> Result<()> { in interrupt() functions
/third_party/node/lib/
H A Drepl.js631 const interrupt = new Promise((resolve, reject) => {
641 promise = SafePromiseRace([promise, interrupt]);
/third_party/python/Lib/test/
H A Dtest_signal.py674 def readpipe_interrupted(self, interrupt):
687 interrupt = %r
694 if interrupt is not None:
695 signal.siginterrupt(signal.SIGALRM, interrupt)
716 """ % (interrupt,)
751 # does not interrupt a syscall that's in progress.
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py473 cx.interrupt()
476 self.assertIsNone(self.cx.interrupt())

Completed in 17 milliseconds