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

  /external/libcap/libcap/include/uapi/linux/
prctl.h 85 #define PR_SET_TIMERSLACK 29
  /external/strace/xlat/
prctl_options.h 188 #if defined(PR_SET_TIMERSLACK) || (defined(HAVE_DECL_PR_SET_TIMERSLACK) && HAVE_DECL_PR_SET_TIMERSLACK)
190 static_assert((PR_SET_TIMERSLACK) == (29), "PR_SET_TIMERSLACK != 29");
193 # define PR_SET_TIMERSLACK 29
400 XLAT(PR_SET_TIMERSLACK),
  /bionic/libc/kernel/uapi/linux/
prctl.h 69 #define PR_SET_TIMERSLACK 29
  /external/kernel-headers/original/uapi/linux/
prctl.h 88 #define PR_SET_TIMERSLACK 29
  /external/minijail/linux-x86/
libconstants.gen.c 962 #ifdef PR_SET_TIMERSLACK
963 { "PR_SET_TIMERSLACK", (unsigned long) PR_SET_TIMERSLACK },
964 #endif // PR_SET_TIMERSLACK
    [all...]
  /external/strace/
prctl.c 373 case PR_SET_TIMERSLACK:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
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 233 milliseconds