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

  /external/libcap/libcap/include/uapi/linux/
prctl.h 86 #define PR_GET_TIMERSLACK 30
  /external/strace/xlat/
prctl_options.h 195 #if defined(PR_GET_TIMERSLACK) || (defined(HAVE_DECL_PR_GET_TIMERSLACK) && HAVE_DECL_PR_GET_TIMERSLACK)
197 static_assert((PR_GET_TIMERSLACK) == (30), "PR_GET_TIMERSLACK != 30");
200 # define PR_GET_TIMERSLACK 30
401 XLAT(PR_GET_TIMERSLACK),
  /bionic/libc/kernel/uapi/linux/
prctl.h 70 #define PR_GET_TIMERSLACK 30
  /external/kernel-headers/original/uapi/linux/
prctl.h 89 #define PR_GET_TIMERSLACK 30
  /external/ltp/lib/
tst_timer_test.c 361 #ifdef PR_GET_TIMERSLACK
362 ret = prctl(PR_GET_TIMERSLACK);
364 tst_res(TINFO, "prctl(PR_GET_TIMERSLACK) = -1, using %uus",
368 tst_res(TINFO, "prctl(PR_GET_TIMERSLACK) = %ius", timerslack);
371 tst_res(TINFO, "PR_GET_TIMERSLACK not defined, using %uus",
373 #endif /* PR_GET_TIMERSLACK */
  /external/minijail/linux-x86/
libconstants.gen.c 851 #ifdef PR_GET_TIMERSLACK
852 { "PR_GET_TIMERSLACK", (unsigned long) PR_GET_TIMERSLACK },
853 #endif // PR_GET_TIMERSLACK
    [all...]
  /external/strace/
prctl.c 125 case PR_GET_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 140 milliseconds