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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 5 package signal package
15 m map[chan<- os.Signal]*handler
16 // Map a signal to the number of channels receiving it.
27 c chan<- os.Signal
48 // receive them and either reset the signal handlers to their original values
50 func cancel(sigs []os.Signal, action func(int)) {
85 func Ignore(sig ...os.Signal) {
89 // Notify causes package signal to relay incoming signals to c.
93 // Package signal will not block sending to c: the caller must ensure
95 // signal rate. For a channel used for notification of just one signal value
    [all...]
  /prebuilts/go/linux-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)
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 5 package signal package
15 m map[chan<- os.Signal]*handler
16 // Map a signal to the number of channels receiving it.
27 c chan<- os.Signal
48 // receive them and either reset the signal handlers to their original values
50 func cancel(sigs []os.Signal, action func(int)) {
85 func Ignore(sig ...os.Signal) {
89 // Notify causes package signal to relay incoming signals to c.
93 // Package signal will not block sending to c: the caller must ensure
95 // signal rate. For a channel used for notification of just one signal value
    [all...]
  /external/compiler-rt/test/tsan/
fd_close_norace2.cc 9 // wait for shutown signal
22 // send shutdown signal
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
18-1.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGABRT */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-10.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGPIPE */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-11.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGQUIT */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-12.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGSEGV */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-13.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGTERM */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-14.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGTSTP */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-15.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGTTIN */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-16.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGTTOU */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-17.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGUSR1 */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-18.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGUSR2 */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-19.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGPOLL */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-2.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGALRM */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-20.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGPROF */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-21.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGSYS */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-22.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGTRAP */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-23.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGURG */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-24.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGVTALRM */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-25.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGXCPU */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-26.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGXFSZ */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-3.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGBUS */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");
18-4.c 20 * If SA_SIGINFO is not set in sa_flags, sa_handler is used as the signal
41 #include <signal.h>
58 /* Set the signal handler */
64 perror("Failed to empty signal set");
68 /* Install the signal handler for SIGCHLD */
72 perror("Failed to set signal handler");
78 "The signal handler has been called before signal was raised");

Completed in 4980 milliseconds

<<21222324252627282930>>