HomeSort by relevance Sort by last modified time
    Searched refs:signal (Results 1 - 25 of 4693) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/sys/
signal.h 1 #include <signal.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
1-1-buildonly.c 2 Test the existence of the signal.h file and that it can be
6 #include <signal.h>
39-1-buildonly.c 3 void (*signal(int, void (*)(int)))(int);
7 #include <signal.h>
14 dummyvar = signal;
2-1-buildonly.c 5 #include <signal.h>
2-2-buildonly.c 5 #include <signal.h>
2-3-buildonly.c 7 #include <signal.h>
2-4-buildonly.c 5 #include <signal.h>
3-1-buildonly.c 5 #include <signal.h>
4-1-buildonly.c 5 #include <signal.h>
50-1-buildonly.c 2 Test that inclusion of signal.h makes visible all symbols in time.h.
7 #include <signal.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
signal.h 1 #include <signal.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
signal.h 1 #include <signal.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/
sigchild_ignore.py 1 import signal, subprocess, sys
5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
  /prebuilts/go/darwin-x86/src/runtime/
sigtab_linux_mipsx.go 27 /* 16 */ {_SigNotify, "SIGUSR1: user-defined signal 1"},
28 /* 17 */ {_SigNotify, "SIGUSR2: user-defined signal 2"},
43 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
44 /* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
45 /* 34 */ {_SigNotify, "signal 34"},
46 /* 35 */ {_SigNotify, "signal 35"},
47 /* 36 */ {_SigNotify, "signal 36"},
48 /* 37 */ {_SigNotify, "signal 37"},
49 /* 38 */ {_SigNotify, "signal 38"},
50 /* 39 */ {_SigNotify, "signal 39"}
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
sigtab_linux_mipsx.go 27 /* 16 */ {_SigNotify, "SIGUSR1: user-defined signal 1"},
28 /* 17 */ {_SigNotify, "SIGUSR2: user-defined signal 2"},
43 /* 32 */ {_SigSetStack + _SigUnblock, "signal 32"}, /* SIGCANCEL; see issue 6997 */
44 /* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
45 /* 34 */ {_SigNotify, "signal 34"},
46 /* 35 */ {_SigNotify, "signal 35"},
47 /* 36 */ {_SigNotify, "signal 36"},
48 /* 37 */ {_SigNotify, "signal 37"},
49 /* 38 */ {_SigNotify, "signal 38"},
50 /* 39 */ {_SigNotify, "signal 39"}
    [all...]
  /bionic/libc/bionic/
__libc_current_sigrtmax.cpp 29 #include <signal.h>
__libc_current_sigrtmin.cpp 29 #include <signal.h>
  /external/google-breakpad/src/common/android/include/sys/
signal.h 33 #include <signal.h>
  /external/ltp/testcases/kernel/mem/vma/
vma05_vdso.c 1 #include <signal.h>
  /external/valgrind/memcheck/tests/
sigkill.stderr.exp 2 setting signal 1: Success
3 getting signal 1: Success
5 setting signal 2: Success
6 getting signal 2: Success
8 setting signal 3: Success
9 getting signal 3: Success
11 setting signal 4: Success
12 getting signal 4: Success
14 setting signal 5: Success
15 getting signal 5: Succes
    [all...]
  /external/strace/tests/
ptrace.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ptrace -a23 -e signal=none); do not edit.
4 run_strace_match_diff -a23 -e signal=none
  /external/strace/tests-m32/
ptrace.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ptrace -a23 -e signal=none); do not edit.
4 run_strace_match_diff -a23 -e signal=none
  /external/strace/tests-mx32/
ptrace.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ptrace -a23 -e signal=none); do not edit.
4 run_strace_match_diff -a23 -e signal=none
  /external/valgrind/none/tests/
bug234814.stdout.exp 1 I caught the SIGBUS signal!
2 I caught the SIGBUS signal!
3 I caught the SIGBUS signal!
  /external/python/cpython2/Lib/test/subprocessdata/
sigchild_ignore.py 1 import signal, subprocess, sys, time
5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>