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

<<11121314151617181920>>

  /external/strace/
nsig.h 4 #include <signal.h>
  /external/strace/tests/
sigaltstack.c 2 #include <signal.h>
  /external/strace/tests-m32/
sigaltstack.c 2 #include <signal.h>
  /external/strace/tests-mx32/
sigaltstack.c 2 #include <signal.h>
  /external/valgrind/memcheck/tests/
badjump2.stderr.exp-kfail 5 Signal caught, as expected
  /external/valgrind/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readDetection.m 4 %Reads a detection signal from a DAT file.
6 %d: The detection signal.
9 %file: The DAT file where the detection signal is stored in float format.
10 %fs: The signal sample rate in Hertz.
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_standalone-x86_64.a.syms 38 signal;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_standalone-x86_64.a.syms 38 signal;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_standalone-x86_64.a.syms 38 signal;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.ubsan_standalone-x86_64.a.syms 38 signal;
  /prebuilts/go/darwin-x86/misc/cgo/test/
sigprocmask.go 18 "os/signal"
28 // even when unblocked for signal.Notify().
29 signal.Notify(make(chan os.Signal), syscall.SIGIO)
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 8 #include <signal.h>
20 "os/signal"
30 c := make(chan os.Signal, 1)
31 signal.Notify(c, syscall.SIGIO)
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan10.go 15 "os/signal"
26 c := make(chan os.Signal, 1)
27 signal.Notify(c, syscall.SIGUSR1)
28 defer signal.Stop(c)
  /prebuilts/go/darwin-x86/src/os/signal/
signal_unix.go 7 package signal package
22 process(syscall.Signal(signal_recv()))
35 func signum(sig os.Signal) int {
37 case syscall.Signal:
  /prebuilts/go/linux-x86/misc/cgo/test/
sigprocmask.go 18 "os/signal"
28 // even when unblocked for signal.Notify().
29 signal.Notify(make(chan os.Signal), syscall.SIGIO)
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 8 #include <signal.h>
20 "os/signal"
30 c := make(chan os.Signal, 1)
31 signal.Notify(c, syscall.SIGIO)
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan10.go 15 "os/signal"
26 c := make(chan os.Signal, 1)
27 signal.Notify(c, syscall.SIGUSR1)
28 defer signal.Stop(c)
  /prebuilts/go/linux-x86/src/os/signal/
signal_unix.go 7 package signal package
22 process(syscall.Signal(signal_recv()))
35 func signum(sig os.Signal) int {
37 case syscall.Signal:
  /system/sepolicy/prebuilts/api/26.0/public/
mtp.te 10 allow mtp ppp:process signal;
  /system/sepolicy/prebuilts/api/27.0/public/
mtp.te 10 allow mtp ppp:process signal;
  /system/sepolicy/prebuilts/api/28.0/public/
mtp.te 10 allow mtp ppp:process signal;
  /system/sepolicy/public/
mtp.te 10 allow mtp ppp:process signal;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
25-1.c 9 that when the sa_sigaction signal-catching function is entered, then
10 the signal that was caught is added to the signal mask by raising that
11 signal in the signal handler and verifying that the handler is not
17 3. (child) Setup a signal handler for SIGABRT
19 5. (child, signal handler) increment handler count
20 6. (child, signal handler) if count is 1 then raise SIGABRT
21 7. (child, signal handler) if count is 2 then set error variable
27 #include <signal.h
    [all...]
25-10.c 9 that when the sa_sigaction signal-catching function is entered, then
10 the signal that was caught is added to the signal mask by raising that
11 signal in the signal handler and verifying that the handler is not
17 3. (child) Setup a signal handler for SIGPIPE
19 5. (child, signal handler) increment handler count
20 6. (child, signal handler) if count is 1 then raise SIGPIPE
21 7. (child, signal handler) if count is 2 then set error variable
27 #include <signal.h
    [all...]

Completed in 1926 milliseconds

<<11121314151617181920>>