/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
22-3.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGBUS with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGBUS 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-4.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGCHLD with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGCHLD 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-5.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGCONT with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGCONT 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-6.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGFPE with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGFPE 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-7.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGHUP with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGHUP 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-8.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGILL with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGILL 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
22-9.c | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for SIGINT with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise SIGINT 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
template_22-1.in | 10 that if the SA_NODEFER flag is set for a given signal, then when the 11 sa_sigaction signal-catching function is entered, then the signal that 12 was caught is not added to the signal mask by raising that signal in the 13 signal handler and verifying that the handler is reentered. 18 3. (child) Setup a signal handler for %%MYSIG%% with SA_NODEFER set 21 5. (child, signal handler) increment handler count 22 6. (child, signal handler) if count is 1 then raise %%MYSIG%% 23 7. (child, signal handler) if count is 1 then set error variabl [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
assertions.xml | 3 The sighold () function adds a signal sig to the signal mask of the calling process. 9 If the function is passed an illegal signal number, then errno will be set to [EINVAL], and sighold() will
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/ |
assertions.xml | 3 The sigrelse () function removes a signal sig from the signal mask of 10 If the function is passed an illegal signal number, then errno will be set
|
/external/python/cpython2/PC/os2emx/ |
dllentry.c | 12 #include <signal.h> 29 signal(SIGSEGV, SIG_IGN); 30 signal(SIGFPE, SIG_IGN);
|
/external/python/cpython3/Lib/test/ |
test_eintr.py | 2 import signal 12 @unittest.skipUnless(hasattr(signal, "setitimer"), "requires setitimer()") 15 # thread (for reliable signal delivery).
|
/external/tcpdump/tests/ |
ieee802.11_rx-stbc.out | 1 7268us tsft 2462 MHz 11n -51dBm signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC1 Data IV: 11 Pad 20 KeyID 0 2 119738173us tsft 2462 MHz 11n -46dBm signal antenna 1 135.0 Mb/s MCS 7 40 MHz long GI RX-STBC2 Data IV: 1 Pad 20 KeyID 0 3 470382336us tsft 2462 MHz 11n -45dBm signal antenna 1 150.0 Mb/s MCS 7 40 MHz short GI RX-STBC3 Data IV: 5 Pad 20 KeyID 0
|
/external/webrtc/webrtc/modules/audio_processing/transient/test/ |
plotDetection.m | 4 %Plots the signal alongside the detection values. 6 %PCMfile: The file of the input signal in PCM format. 8 %fs: The sample rate of the signal in Hertz.
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/base/ |
signal_unix.go | 14 var signalsToIgnore = []os.Signal{os.Interrupt, syscall.SIGQUIT} 16 // SignalTrace is the signal to send to make a Go program 18 var SignalTrace os.Signal = syscall.SIGQUIT
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/ |
signal.go | 8 // must not import anything (like net, but also like os/signal) 14 "os/signal" 23 signal.Ignore(syscall.SIGTRAP)
|
/prebuilts/go/linux-x86/src/cmd/go/internal/base/ |
signal_unix.go | 14 var signalsToIgnore = []os.Signal{os.Interrupt, syscall.SIGQUIT} 16 // SignalTrace is the signal to send to make a Go program 18 var SignalTrace os.Signal = syscall.SIGQUIT
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprognet/ |
signal.go | 8 // must not import anything (like net, but also like os/signal) 14 "os/signal" 23 signal.Ignore(syscall.SIGTRAP)
|
/external/toybox/toys/posix/ |
kill.c | 7 * killall5.c - Send signal to all processes outside current session. 21 usage: kill [-l [SIGNAL] | -s SIGNAL | -SIGNAL] pid... 23 Send signal to process(es). 25 -l List signal name(s) and number(s) 26 -s Send SIGNAL (default SIGTERM) 33 usage: killall5 [-l [SIGNAL]] [-SIGNAL|-s SIGNAL] [-o PID].. [all...] |
/system/bt/test/suite/rfcomm/ |
rfcomm_unittest.cc | 43 sock_connect_signal_t signal; local 47 len = read(fd, &signal, sizeof(signal)); 48 EXPECT_TRUE(len == sizeof(signal)) 49 << "Connection signal not read from RFCOMM socket. Bytes read: " << len; 51 EXPECT_TRUE(signal.bd_addr == bt_remote_bdaddr_) 53 EXPECT_TRUE(channel == signal.channel) 55 << signal.channel; 84 sock_connect_signal_t signal; local 92 len = read(fd, &signal, sizeof(signal)) [all...] |
/external/ltp/testcases/kernel/syscalls/sigsuspend/ |
sigsuspend01.c | 24 * Verify that sigsuspend() succeeds to change process's current signal 25 * mask with the specified signal mask and suspends the process execution 26 * until the delivery of a signal. 29 * sigsuspend() should return after the execution of signal catching 30 * function and the previous signal mask should be restored. 34 * Setup signal handling. 77 #include <signal.h> 85 struct sigaction sa_new; /* struct to hold signal info */ 86 sigset_t signalset; /* signal set to hold signal lists * [all...] |
/external/compiler-rt/test/tsan/ |
signal_write.cc | 4 #include <signal.h> 10 const char *str = "HELLO FROM SIGNAL\n"; 19 sleep(1); // let the signal handler run, can't use barrier in sig handler 25 // CHECK: HELLO FROM SIGNAL
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/ |
20-1-buildonly.c | 5 #include <signal.h>
|
23-1.c | 8 #include <signal.h>
|
24-1-buildonly.c | 7 #include <signal.h>
|