Home
last modified time | relevance | path

Searched refs:PR_GET_NAME (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests/
Dprctl-name.c37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME
78 rc = prctl(PR_GET_NAME, NULL); in main()
82 rc = prctl(PR_GET_NAME, name + len - i); in main()
87 rc = prctl(PR_GET_NAME, name); in main()
/external/strace/tests-m32/
Dprctl-name.c37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME
78 rc = prctl(PR_GET_NAME, NULL); in main()
82 rc = prctl(PR_GET_NAME, name + len - i); in main()
87 rc = prctl(PR_GET_NAME, name); in main()
/external/strace/tests-mx32/
Dprctl-name.c37 #if defined HAVE_PRCTL && defined PR_GET_NAME && defined PR_SET_NAME
78 rc = prctl(PR_GET_NAME, NULL); in main()
82 rc = prctl(PR_GET_NAME, name + len - i); in main()
87 rc = prctl(PR_GET_NAME, name); in main()
/external/strace/xlat/
Dprctl_options.h111 #if defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME)
113 static_assert((PR_GET_NAME) == (16), "PR_GET_NAME != 16");
116 # define PR_GET_NAME 16
389 XLAT(PR_GET_NAME),
Dprctl_options.in16 PR_GET_NAME 16
/external/libcap/libcap/include/uapi/linux/
Dprctl.h54 #define PR_GET_NAME 16 /* Get process name */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc147 #ifdef PR_GET_NAME in SanitizerGetThreadName()
149 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()
/external/minijail/linux-x86/
Dlibconstants.gen.c833 #ifdef PR_GET_NAME
834 { "PR_GET_NAME", (unsigned long) PR_GET_NAME },
/external/strace/
Dprctl.c147 case PR_GET_NAME: in SYS_FUNC()
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc111 if (prctl(PR_GET_NAME, name) != 0) in GetThreadName()
/external/libchrome/base/android/
Djni_android.cc52 int err = prctl(PR_GET_NAME, thread_name); in AttachCurrentThread()
/external/syzkaller/sys/linux/
Dsys_386.const397 PR_GET_NAME = 16
Dsys_amd64.const397 PR_GET_NAME = 16
Dsys_ppc64le.const397 PR_GET_NAME = 16
Dsys_arm.const397 PR_GET_NAME = 16
Dsys_arm64.const397 PR_GET_NAME = 16
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1032 PR_GET_NAME = 0x10 const
Dzerrors_linux_mips64le.go1288 PR_GET_NAME = 0x10 const
Dzerrors_linux_ppc64.go1290 PR_GET_NAME = 0x10 const
Dzerrors_linux_arm.go1287 PR_GET_NAME = 0x10 const
Dzerrors_linux_mips64.go1288 PR_GET_NAME = 0x10 const
Dzerrors_linux_ppc64le.go1290 PR_GET_NAME = 0x10 const
Dzerrors_linux_arm64.go1290 PR_GET_NAME = 0x10 const
Dzerrors_linux_386.go1289 PR_GET_NAME = 0x10 const

12