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

<<21222324252627282930>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-41.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTTIN with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-42.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTTOU with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-43.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR1 with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-44.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-45.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGUSR2 with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-46.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGPROF with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-47.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGSYS with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-48.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGTRAP with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-49.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGURG with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-5.c 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGCONT with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
4-50.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGVTALRM with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-51.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXCPU with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-52.c 10 that attempting to add SIGSTOP can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGXFSZ with SIGSTOP added to
17 the signal mask
19 5. (child, signal handler) raise SIGSTOP
25 #include <signal.h>
4-6.c 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGFPE with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
4-7.c 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGHUP with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
4-8.c 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGILL with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
4-9.c 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for SIGINT with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_1-1.in 10 for a signal.
13 1. Initialize a global variable to indicate the signal
14 handler has not been called. (A signal handler of the
17 2. Use sigaction to setup a signal handler for %%MYSIG%%
19 4. Verify the global indicates the signal was called.
22 #include <signal.h>
template_4-1.in 10 that attempting to add SIGKILL can not be added to the signal mask
11 for a signal handler.
16 3. (child) Setup a signal handler for %%MYSIG%% with SIGKILL added to
17 the signal mask
19 5. (child, signal handler) raise SIGKILL
25 #include <signal.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
1-1.c 11 * 1. Set up a handler for signal SIGABRT, such that it is called if
12 * signal is ever raised.
14 * 3. Raise a SIGABRT and verify that the signal handler was not called.
21 #include <signal.h>
41 perror("Failed to set signal handler.");
65 printf("Test PASSED: SIGABRT removed from signal mask\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
8-1.c 1 #include <signal.h>
14 * returns 0 and stores the signal number of the received signal at the
16 * 1) Block a signal from delivery.
18 * 3) Raise the signal (to continue the process so we don't pause with
46 /* Send SIGUSR2 signal to this process. Since it is blocked,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
1-1.c 8 * Test that the sigwaitinfo() function shall select the pending signal
13 1. Register signal SIGTOTEST with the handler myhandler
15 3. Raise the signal, causing it to be pending
16 4. Call sigwaitinfo() and verify that the signal is no longer pending.
23 #include <signal.h>
70 ("Test FAILED: Signal %d still pending even after call to sigwaitinfo()\n",
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
contrib.signal.md 0 # Signal Processing (contrib)
4 @{tf.contrib.signal} is a module for signal processing primitives. All
13 of the frame is less than the frame length. @{tf.contrib.signal.frame} does
24 frames = tf.contrib.signal.frame(signals, frame_length=128, frame_step=32)
27 The `axis` parameter to @{tf.contrib.signal.frame} allows you to frame tensors
34 magnitude_spectrograms = tf.abs(tf.contrib.signal.stft(
39 spectrogram_patches = tf.contrib.signal.frame(
45 @{tf.contrib.signal.overlap_and_add} can be used to reconstruct a signal from
    [all...]
  /external/toybox/toys/other/
timeout.c 14 usage: timeout [-k LENGTH] [-s SIGNAL] LENGTH COMMAND...
16 Run command line as a child process, sending child a signal if the
22 -s Send specified signal (default TERM)
23 -k Send KILL signal if child still running this long after first signal
43 fprintf(stderr, "timeout pid %d signal %d\n", TT.pid, TT.nextsig);
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3250.go 10 #include <signal.h>
41 "os/signal"
55 sig os.Signal
58 sigCh = make(chan os.Signal, 10)
63 signal.Notify(sigCh, sig)
89 t.Fatalf("received signal %v, but want %v", r.sig, sig)

Completed in 1675 milliseconds

<<21222324252627282930>>