HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SETSIGMASK (Results 1 - 24 of 24) sorted by null

  /external/strace/
ptrace.h 168 #ifndef PTRACE_SETSIGMASK
169 # define PTRACE_SETSIGMASK 0x420b
process.c 123 case PTRACE_SETSIGMASK:
201 case PTRACE_SETSIGMASK:
  /bionic/libc/kernel/uapi/linux/
ptrace.h 51 #define PTRACE_SETSIGMASK 0x420b
  /external/kernel-headers/original/uapi/linux/
ptrace.h 66 #define PTRACE_SETSIGMASK 0x420b
  /external/strace/xlat/
ptrace_cmds.h 110 #if defined(PTRACE_SETSIGMASK) || (defined(HAVE_DECL_PTRACE_SETSIGMASK) && HAVE_DECL_PTRACE_SETSIGMASK)
111 XLAT(PTRACE_SETSIGMASK),
  /external/strace/tests/
ptrace.c 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set);
238 printf("ptrace(PTRACE_SETSIGMASK, %u, %u, [USR1]) = %s\n",
  /external/strace/tests-m32/
ptrace.c 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set);
238 printf("ptrace(PTRACE_SETSIGMASK, %u, %u, [USR1]) = %s\n",
  /external/strace/tests-mx32/
ptrace.c 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set);
238 printf("ptrace(PTRACE_SETSIGMASK, %u, %u, [USR1]) = %s\n",
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 966 milliseconds