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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/syscall/
syscall_solaris.go 240 func (w WaitStatus) Stopped() bool { return w&mask == stopped && Signal(w>>shift) != SIGSTOP }
242 func (w WaitStatus) Continued() bool { return w&mask == stopped && Signal(w>>shift) == SIGSTOP }
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 812 kill -s SIGSTOP $sample_proc
  /external/strace/
strace.spec 257 - fix spurious SIGSTOP on early interrupt (#240986)
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c     [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
  /external/valgrind/include/vki/
vki-darwin.h 487 #define VKI_SIGSTOP SIGSTOP
vki-solaris.h 1094 #define VKI_SIGSTOP SIGSTOP /* 23 */
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 446 public static final int SIGSTOP = placeholder();
    [all...]
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 336 signal(SIGSTOP, SIG_DFL);
  /system/core/debuggerd/
debuggerd_test.cpp 424 ASSERT_EQ(SIGSTOP, WSTOPSIG(status));
  /external/honggfuzz/linux/
trace.c     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 474 SIGSTOP = 23
STROPTS.py 471 SIGSTOP = 23
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 494 initConstant(env, c, "SIGSTOP", SIGSTOP);
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c     [all...]
doio.c 574 case SIGSTOP:
879 case SIGSTOP:
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>