Searched refs:signal (Results 1 - 25 of 890) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dsignal_header_test.c8 #include <signal.h>
/external/valgrind/main/memcheck/tests/
H A Dsigkill.stderr.exp2 setting signal 1: Success
3 getting signal 1: Success
5 setting signal 2: Success
6 getting signal 2: Success
8 setting signal 3: Success
9 getting signal 3: Success
11 setting signal 4: Success
12 getting signal 4: Success
14 setting signal 5: Success
15 getting signal
[all...]
H A Dsigaltstack.stderr.exp4 raising the signal
5 caught signal, local var is on 0x........
H A Dsignal2.c4 #include <signal.h>
14 signal(SIGSEGV, sig_hdlr);
H A Dpost-syscall.c5 #include <signal.h>
26 signal(SIGALRM, handler);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dsignals.py1 import signal namespace
15 installed_handler = signal.getsignal(signal.SIGINT)
38 default_handler = signal.getsignal(signal.SIGINT)
40 signal.signal(signal.SIGINT, _interrupt_handler)
47 initial = signal.getsignal(signal
[all...]
/external/valgrind/main/none/tests/
H A Dpending.stdout.exp1 1: sending signal
4 4: got signal SIGUSR1
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp31 int signal; local
39 signal = 0 - (256 - index.data().toInt());
41 signal = index.data().toInt();
45 if (signal < opts.minimum)
47 else if (signal > opts.maximum)
50 opts.progress = signal;
52 opts.text = QString::number(signal) + " dBm";
/external/valgrind/main/none/tests/s390x/
H A Dex_sig.c3 #include <signal.h>
5 #include <signal.h>
36 signal(SIGALRM, handle_SIG);
/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_argchk.c12 #include <signal.h>
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/
H A DSDL_systhread_c.h24 #include <signal.h>
/external/valgrind/main/drd/tests/
H A Dsigaltstack.stderr.exp4 raising the signal
5 caught signal, local var is on 0x........
/external/chromium/chrome/browser/
H A Dbrowser_main_posix.cc9 #include <signal.h>
31 void SIGCHLDHandler(int signal) { argument
38 void GracefulShutdownHandler(int signal) { argument
43 RAW_CHECK(sigaction(signal, &action, NULL) == 0);
51 reinterpret_cast<const char*>(&signal) + bytes_written,
52 sizeof(signal) - bytes_written));
55 } while (bytes_written < sizeof(signal));
59 void SIGHUPHandler(int signal) { argument
60 RAW_CHECK(signal == SIGHUP);
61 GracefulShutdownHandler(signal);
65 SIGINTHandler(int signal) argument
71 SIGTERMHandler(int signal) argument
117 int signal; local
146 kill(getpid(), signal); local
[all...]
/external/chromium/base/mac/
H A Dos_crash_dumps.cc7 #include <signal.h>
41 signal(signals_to_intercept[i], ExitSignalHandler);
/external/stlport/stlport/
H A Dsignal.h23 /* evc3 and evc4 don't have signal.h */
26 # include_next <signal.h>
28 # include _STLP_NATIVE_C_HEADER(signal.h)
/external/stlport/stlport/stl/
H A D_csignal.h27 # include <signal.h>
33 using _STLP_VENDOR_CSTD::signal;
/external/valgrind/main/gdbserver_tests/
H A Dmcsigpass.stdoutB.exp2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
10 Program received signal SIGBUS, Bus error.
14 Program received signal SIGFPE, Arithmetic exception.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dstart_dev_server.py7 import signal namespace
19 def CleanUp(signal, frame):
27 signal.signal(signal.SIGINT, CleanUp)
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_quit.c27 #include <signal.h>
37 /* Reset the signal handler */
38 signal(sig, SDL_HandleSIG);
72 ohandler = signal(SIGINT, SDL_HandleSIG);
74 signal(SIGINT, ohandler);
75 ohandler = signal(SIGTERM, SDL_HandleSIG);
77 signal(SIGTERM, ohandler);
100 ohandler = signal(SIGINT, SIG_DFL);
102 signal(SIGINT, ohandler);
103 ohandler = signal(SIGTER
[all...]
/external/chromium_org/third_party/WebKit/Source/testing/helper/
H A DLayoutTestHelperWin.cpp31 #include <signal.h>
67 signal(SIGINT, simpleSignalHandler);
68 signal(SIGTERM, simpleSignalHandler);
78 // Wait for any key (or signal)
/external/chromium/third_party/libevent/sample/
H A Dsignal-test.c3 * cc -I/usr/local/include -o signal-test \
4 * signal-test.c -L/usr/local/lib -levent
21 #include <signal.h>
35 struct event *signal = arg; local
37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
40 event_del(signal);
/external/chromium_org/third_party/libevent/sample/
H A Dsignal-test.c3 * cc -I/usr/local/include -o signal-test \
4 * signal-test.c -L/usr/local/lib -levent
21 #include <signal.h>
35 struct event *signal = arg; local
37 printf("%s: got signal %d\n", __func__, EVENT_SIGNAL(signal));
40 event_del(signal);
/external/libppp/src/
H A Dsig.c31 #include <signal.h>
42 * Record a signal in the "caused" array
44 * This function is the only thing actually called in signal context. It
45 * records that a signal has been caused and that sig_Handle() should be
46 * called (in non-signal context) as soon as possible to process that
47 * signal.
60 * called in signal context (as sig_Handle() is not called in signal
72 return signal(sig, fn);
76 signal(si
[all...]
/external/openssh/
H A Ddispatch.h27 #include <signal.h>
/external/qemu/hw/
H A Dgoldfish_nand.h23 int signal; member in struct:__anon24825

Completed in 1991 milliseconds

1234567891011>>