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

123

/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dutil_sig.c13 static int interrupt; variable
30 if ((interrupt = signo) == 0)
31 interrupt = SIGINT;
92 return (interrupt != 0);
104 if (interrupt != 0) {
105 set_signal(interrupt, 1);
107 (void)raise(interrupt);
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Drubygems_plugin.rb11 super('interrupt', 'Raises an Interrupt Exception', {})
20 Gem::CommandManager.instance.register_command :interrupt
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dinttimes.d3 * inttimes.d - print interrupt on-cpu time.
12 * TIME (ns) sum of time spent servicing interrupt (ns)
46 sdt:::interrupt-start
51 sdt:::interrupt-complete
63 sdt:::interrupt-complete
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
H A Dintoncpu.d3 * intoncpu.d - print interrupt on-cpu usage.
11 * value Time interrupt thread was on-cpu, ns
45 sdt:::interrupt-start
50 sdt:::interrupt-complete
H A Dvmstat.d94 sdt:::interrupt-start { in++; }
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Dinttimes.d3 * inttimes.d - print interrupt on-cpu time.
12 * TIME (ns) sum of time spent servicing interrupt (ns)
46 sdt:::interrupt-start
51 sdt:::interrupt-complete
63 sdt:::interrupt-complete
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
H A Dintoncpu.d3 * intoncpu.d - print interrupt on-cpu usage.
11 * value Time interrupt thread was on-cpu, ns
45 sdt:::interrupt-start
50 sdt:::interrupt-complete
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-private.h100 /* An interrupt has been requested */
132 int (*interrupt)(dcethread* thread, void* data); member in struct:_dcethread
143 /* Data pointer for interrupt handler function */
176 int dcethread__begin_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data, int (**old_interrupt)(dcethread*, void*), void** old_data);
177 int dcethread__poll_end_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data);
178 int dcethread__end_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data);
H A Ddcethread-private.c106 /* In asynchronous interrupt mode all bets
198 DCETHREAD_TRACE("Thread %p: already owned mutex used for interrupt", thread);
206 DCETHREAD_TRACE("Thread %p: broadcast to interrupt condwait", thread);
222 DCETHREAD_TRACE("Thread %p: broadcast to interrupt condwait", thread);
230 DCETHREAD_VERBOSE("Thread %p: could not acquire lock to interrupt condwait", thread);
254 /* Set default interrupt handler that throws an interrupt exception */
258 /* Set default interrupt method that pokes the thread with a signal */
259 thread->interrupt = dcethread__interrupt_syscall;
470 DCETHREAD_TRACE("Thread %p: interrupt acknowledge
536 dcethread__begin_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data, int (**old_interrupt)(dcethread*, void*), void** old_data) argument
573 dcethread__poll_end_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data) argument
599 dcethread__end_block(dcethread* thread, int (*interrupt)(dcethread*, void*), void* data) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dgetpass.c44 static int interrupt; variable
47 interrupt++;
60 interrupt = 0;
73 if(interrupt)
/macosx-10.10.1/dtrace-147/test/tst/common/io/
H A Dtst.fds.c40 interrupt(int sig) function
57 act.sa_handler = interrupt;
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_interrupt.c53 PE_incoming_interrupt(int interrupt) argument
65 vector->handler(vector->target, NULL, vector->nub, interrupt);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dsigcrit.c77 interrupt(int sig) function
79 signal(sig, interrupt);
135 if ((op & signals[i].op) && (handler[i] = signal(signals[i].sig, interrupt)) == SIG_IGN)
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dcount_pf.perl6 sub interrupt { print "\n"; exit 0; } subroutine
21 $SIG{'INT'} = 'interrupt'; # catch interrupt
H A Dwatch_a_file.perl10 sub interrupt { wait; print "\n"; exit 0; } subroutine
26 $SIG{'INT'} = 'interrupt'; # catch interrupt
H A Dcount_pf.perl56 sub interrupt { print "\n"; exit 0; } subroutine
21 $SIG{'INT'} = 'interrupt'; # catch interrupt
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dyahoogroups.pl16 # ads start by redirecting to 'interrupt'
19 && $location =~ m!/interrupt\?!;
24 "Ad interrupt detected: fetching $location" );
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dyahoogroups.pl16 # ads start by redirecting to 'interrupt'
19 && $location =~ m!/interrupt\?!;
24 "Ad interrupt detected: fetching $location" );
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Drandbyte_os2.inc59 * idle / busy / interrupt cycle counts which should provide very good
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dtrap.h67 #define T_NMI 2 /* non-maskable interrupt */
90 * See also the "software interrupt codes" section of
133 extern void interrupt(x86_saved_state_t *regs);
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dvmstat.d94 sdt:::interrupt-start { in++; }
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dutils.rb186 interrupt(thread, info.object_id, exception) if time < now
196 def interrupt(thread, id, exception) method in class:WEBrick.Utils.TimeoutHandler
/macosx-10.10.1/ntp-92/include/
H A Dhopf6039.h127 int interrupt; member in struct:hopfCard

Completed in 133 milliseconds

123