HomeSort by relevance Sort by last modified time
    Searched full:signal (Results 151 - 175 of 12319) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/fonttools/Lib/fontTools/encodings/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/fonttools/Lib/fontTools/misc/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/fonttools/Lib/fontTools/pens/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 14 #define SIG_SETMASK 2 /* for setting the signal mask */
24 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */
25 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */
26 #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
  /external/libbrillo/brillo/
asynchronous_signal_handler_interface.h 15 // Sets up signal handlers for registered signals, and converts signal receipt
22 // The callback called when a signal is received.
25 // Register a new handler for the given |signal|, replacing any previously
28 // signal is received. The received |signalfd_siginfo| will be passed to
29 // |callback|. |callback| must returns |true| if the signal handler must be
34 virtual void RegisterHandler(int signal, const SignalHandler& callback) = 0;
36 // Unregister a previously registered handler for the given |signal|.
37 virtual void UnregisterHandler(int signal) = 0;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
assertions.xml 4 signal occurs.
7 If sigset() is used and disp is SIG_IGN, then the signal will be ignored
8 signal occurs.
11 If sigset() is used and disp is the address of a signal handler, then the signal handler will be executed
12 when the signal is generated.
15 If sigset( ) is used, and disp is the address of a signal handler, the system shall add sig to the calling process'
16 signal mask before executing the signal handler
19 The calling process's signal mask shall be restored to its state prior to the delivery of the signal
    [all...]
  /external/strace/linux/bfin/
userent.h 5 XLAT_UOFF(signal),
  /external/syslinux/gpxe/src/hci/mucurses/
alert.c 11 * Audible signal
  /external/valgrind/gdbserver_tests/
mcsigpass.stdoutB.exp 2 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/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 4 %Reads a signal from a PCM file.
6 %x: The read signal after normalization.
9 %file: The PCM file where the signal is stored in int16 format.
10 %fs: The signal sample rate in Hertz.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
28-1.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGABRT with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-10.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGPIPE with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-11.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGQUIT with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-12.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGSEGV with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-13.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGTERM with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-14.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGTSTP with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-15.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGTTIN with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-16.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGTTOU with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-17.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGUSR1 with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-18.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGUSR2 with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-19.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGPOLL with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-2.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGALRM with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-20.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGPROF with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-21.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGSYS with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]
28-22.c 20 * If the signal action was set with the signal() function, getting it into oact
24 * -> register a signal handler for SIGTRAP with signal().
25 * -> check this signal handler works.
26 * -> change the signal handler with sigaction, saving old handler in oact.
27 * -> check the new signal handler works.
28 * -> set the old signal handler back
29 * -> check the old signal handler still works.
31 * The test fails if a signal handler does not work as expected
    [all...]

Completed in 526 milliseconds

1 2 3 4 5 67 8 91011>>