HomeSort by: relevance | last modified time | path
    Searched refs:Signal (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-2 33 <Signal>
36 </Signal>
48 <Signal>
52 </Signal>
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp 62 // process. 'Context' represents the signal type on Unix; on Windows, it is
100 // CrashRecoveryContext) the Windows CRT removes our installed signal handler,
336 // crash recovery context, and install signal handlers to invoke HandleCrash on
339 // This implementation does not attempt to chain signal handlers in any
340 // reliable fashion -- if we get a signal outside of a crash recovery context we
341 // simply disable crash recovery and raise the signal again.
343 #include <signal.h>
350 static void CrashRecoverySignalHandler(int Signal) {
356 // signal on a thread we didn't expect it on, the application got a signal
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
signals.d 5 * Essentially, when a Signal is emitted, a list of connected Observers
23 * $(LINK2 http://www.digitalmars.com/d/archives/digitalmars/D/announce/signal_slots_library_4825.html, signal slots library)$(BR)
29 * $(LINK2 http://www.digitalmars.com/d/archives/digitalmars/D/41825.html, Suggestion: signal/slot mechanism)$(BR)
33 * $(LINK2 http://www.digitalmars.com/d/archives/28456.html, Signal/Slot mechanism?)$(BR)
78 //debug=signal;
81 * Mixin to create a signal within a class object.
86 mixin template Signal(T1...)
182 debug (signal) writefln("Signal.disconnect(slot)");
230 debug (signal) writefln("Signal.disconnectAll")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-sve-sigunwind.exp 16 # Exercise unwinding AArch64's SVE registers from a signal frame.
54 [multi_line {Signal Stop Print Pass to program Description} \
55 {SIGUSR1 No Yes Yes User defined signal 1}] \
73 "size of $register_name in the signal handler"
75 "$register_name contents in signal handler"
81 "$register_name contents in signal handler"
84 "ffr contents in signal handler"
  /src/games/sail/
pl_4.c 132 Signal("$$ %s %s %s.",
pl_3.c 41 #include <signal.h>
101 Signal("$$ within range of %s broadside.",
extern.h 48 extern bool nobells; /* -b, don't ring bell before Signal */
347 void Signal(const char *, struct ship *, ...) __printflike(1,3);
sync.c 46 #include <signal.h>
331 sighup = signal(SIGHUP, SIG_IGN);
332 sigint = signal(SIGINT, SIG_IGN);
420 signal(SIGHUP, sighup);
421 signal(SIGINT, sigint);
902 Signal("$$: %s", ship, astr);
904 Signal("\a$$: %s", ship, astr);
pl_7.c 44 #include <signal.h>
120 if (signal(SIGTSTP, SIG_DFL) == SIG_ERR) {
121 err(1, "signal(SIGTSTP)");
399 Signal(const char *fmt, struct ship *ship, ...)
  /src/sys/dev/arcbios/
arcbios.h 342 int32_t Signal; /* not on sgimips */
arcbios_calls.S 206 AFV4ORLESS(Signal) /* void (*Signal)(u_long, void *); */
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 188 Signal a programming error (on channel C<automake>),
  /src/external/bsd/atf/dist/tools/
atf-report_test.sh 121 tc, #.#, expect_helpers, death_and_signal, expected_death, Signal case
132 tc, #.#, expect_helpers, signal_any_and_signal, expected_signal, Call will signal
133 tc, #.#, expect_helpers, signal_but_pass, failed, Test case was expected to receive a termination signal but it continued execution
134 tc, #.#, expect_helpers, signal_no_and_signal, expected_signal, Call will signal
148 death_and_signal: [#.#s] Expected failure: Signal case
159 signal_any_and_signal: [#.#s] Expected failure: Call will signal
160 signal_but_pass: [#.#s] Failed: Test case was expected to receive a termination signal but it continued execution
161 signal_no_and_signal: [#.#s] Expected failure: Call will signal
168 expect_helpers:death_and_signal: Signal case
173 expect_helpers:signal_any_and_signal: Call will signal
    [all...]
  /src/sys/arch/sgimips/sgimips/
arcemu.c 91 .Signal = 0,
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 1766 Read offset OFFSET of TARGET_OBJECT_SIGNAL_INFO signal information
2057 Save process state after a signal.
2062 params=[("struct regcache *", "regcache"), ("enum gdb_signal", "signal")],
2068 Signal translation: translate inferior's signal (target's) number
2071 header (the nm-*.h files), the host <signal.h> header, or similar
2084 Signal translation: translate the GDB's internal signal number into
2085 the inferior's signal (target's) representation. The implementation
2087 of the NAT_FILE header (the nm-*.h files), the host <signal.h
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1789 Read offset OFFSET of TARGET_OBJECT_SIGNAL_INFO signal information
2085 Save process state after a signal.
2090 params=[("struct regcache *", "regcache"), ("enum gdb_signal", "signal")],
2096 Signal translation: translate inferior's signal (target's) number
2099 header (the nm-*.h files), the host <signal.h> header, or similar
2112 Signal translation: translate the GDB's internal signal number into
2113 the inferior's signal (target's) representation. The implementation
2115 of the NAT_FILE header (the nm-*.h files), the host <signal.h
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 1510 Signal (EVT2)
1516 Signal (EVT2)
5650 Signal (EVNT)
5651 Signal (EVNT)
5654 // acquire existing signal
5663 { Return (0x22) } // timeout occurred without acquiring signal
5665 Store ("Acquire 1st existing signal PASS", Debug)
5668 // acquire existing signal
5677 { Return (0x32) } // timeout occurred without acquiring signal
5679 Store ("Acquire 2nd existing signal PASS", Debug
    [all...]

Completed in 45 milliseconds