HomeSort by relevance Sort by last modified time
    Searched refs:SIGSTOP (Results 126 - 150 of 300) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 66 SIGSTOP = C.SIGSTOP
defs_openbsd.go 63 SIGSTOP = C.SIGSTOP
defs_arm_linux.go 82 SIGSTOP = C.SIGSTOP
defs_freebsd.go 87 SIGSTOP = C.SIGSTOP
defs_linux.go 73 SIGSTOP = C.SIGSTOP
defs_netbsd.go 67 SIGSTOP = C.SIGSTOP
defs_solaris.go 76 SIGSTOP = C.SIGSTOP
  /prebuilts/go/linux-x86/src/os/exec/
exec_posix_test.go 48 // For issue #19314: make sure that SIGSTOP does not cause the process
63 if err := cmd.Process.Signal(syscall.SIGSTOP); err != nil {
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 66 SIGSTOP = C.SIGSTOP
defs_openbsd.go 63 SIGSTOP = C.SIGSTOP
defs_arm_linux.go 82 SIGSTOP = C.SIGSTOP
defs_freebsd.go 87 SIGSTOP = C.SIGSTOP
defs_linux.go 73 SIGSTOP = C.SIGSTOP
defs_netbsd.go 67 SIGSTOP = C.SIGSTOP
defs_solaris.go 76 SIGSTOP = C.SIGSTOP
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test_arm64.c 53 if (raise(SIGSTOP) != 0) {
55 "raise(SIGSTOP) failed: %s\n", strerror(errno));
147 if (WSTOPSIG(status) != SIGSTOP) {
148 ksft_print_msg("child did not stop with SIGSTOP\n");
step_after_suspend_test.c 51 if (raise(SIGSTOP) != 0) {
52 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno));
81 if (WSTOPSIG(status) != SIGSTOP) {
82 ksft_print_msg("child did not stop with SIGSTOP: %s\n",
  /external/strace/tests/
wait4.c 163 raise(SIGSTOP);
172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP);
173 tprintf("wait4(%d, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP}]"
  /external/strace/tests-m32/
wait4.c 163 raise(SIGSTOP);
172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP);
173 tprintf("wait4(%d, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP}]"
  /external/strace/tests-mx32/
wait4.c 163 raise(SIGSTOP);
172 assert(WIFSTOPPED(*s) && WSTOPSIG(*s) == SIGSTOP);
173 tprintf("wait4(%d, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSTOP}]"
  /external/ltp/lib/
tst_sig.c 132 case SIGSTOP:
  /external/ltp/testcases/kernel/io/disktest/
signals.c 69 sigdelset(&signal_set, SIGSTOP);
  /external/ltp/testcases/kernel/mem/swapping/
swapping01.c 112 if (raise(SIGSTOP) == -1)
  /external/ltp/testcases/kernel/syscalls/sigaction/
sigaction02.c 30 * 3. Attempt to catch the SIGSTOP, and expect EINVAL.
136 tst_resm(TINFO, "Enter test %d: set handler for SIGSTOP",
138 if ((ret = set_handler(SIGSTOP, 0, 0)) == 0) {
  /cts/tests/tests/debug/libdebugtest/
android_debug_cts.cpp 67 assert_or_exit(WSTOPSIG(status) == SIGSTOP);

Completed in 2347 milliseconds

1 2 3 4 56 7 8 91011>>