Home
last modified time | relevance | path

Searched refs:child_tidptr (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc59 int *parent_tidptr, void *newtls, int *child_tidptr) { in internal_clone() argument
78 register int * __ctidptr __asm__("r5") = child_tidptr; in internal_clone()
Dsanitizer_linux.cc915 int *parent_tidptr, void *newtls, int *child_tidptr) { in internal_clone() argument
924 register int *r10 __asm__("r10") = child_tidptr; in internal_clone()
971 int *parent_tidptr, void *newtls, int *child_tidptr) { in internal_clone() argument
980 register int *a4 __asm__("$8") = child_tidptr; in internal_clone()
1047 int *parent_tidptr, void *newtls, int *child_tidptr) { in internal_clone() argument
1062 register int *__ctid __asm__("x6") = child_tidptr; in internal_clone()
1098 int *parent_tidptr, void *newtls, int *child_tidptr) { in internal_clone() argument
1121 register int * __ctidptr __asm__("r9") = child_tidptr; in internal_clone()
Dsanitizer_linux.h53 int *parent_tidptr, void *newtls, int *child_tidptr);
/external/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c16 int __user * parent_tidptr, int __user * child_tidptr) in jdo_fork() argument
/external/valgrind/
Dglibc-2.3.supp243 LinuxThread clone use (child_tidptr)
245 clone(child_tidptr)
264 LinuxThread clone use (child_tidptr)
266 clone(child_tidptr)
Dglibc-2.2.supp422 LinuxThread clone use (child_tidptr)
424 clone(child_tidptr)
DNEWS3201 117564 False positive: Syscall param clone(child_tidptr) contains
/external/llvm/test/CodeGen/X86/
D2010-05-06-LocalInlineAsmClobber.ll7 …child_stack, i32 %flags, i8* %arg, i32* %parent_tidptr, i8* %newtls, i32* %child_tidptr) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-05-06-LocalInlineAsmClobber.ll7 …child_stack, i32 %flags, i8* %arg, i32* %parent_tidptr, i8* %newtls, i32* %child_tidptr) nounwind {
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1747 void *newtls, int *child_tidptr) { in LSS_NAME()
1827 "m"(parent_tidptr), "m"(newtls), "m"(child_tidptr) in LSS_NAME()
2068 void *newtls, int *child_tidptr) { in LSS_NAME()
2138 "r"(LSS_SYSCALL_ARG(child_tidptr)) in LSS_NAME()
2236 void *newtls, int *child_tidptr) { in LSS_NAME()
2243 register int *__ctid __asm__("r4") = child_tidptr; in LSS_NAME()
2362 void *newtls, int *child_tidptr) { in LSS_NAME()
2369 register int *__ctid __asm__("r4") = child_tidptr; in LSS_NAME()
2518 void *newtls, int *child_tidptr) { in LSS_NAME()
2525 register int *__ctid __asm__("x4") = child_tidptr; in LSS_NAME()
[all …]
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.S27 # int clone (flags, stack_pointer,parent_tidptr,child_tidptr,tls)
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.S27 # int clone (flags, stack_pointer,parent_tidptr,child_tidptr,tls)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c430 Int* child_tidptr, in clone_new_thread() argument
442 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
449 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
460 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
475 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
486 (stack, flags, parent_tidptr, child_tidptr, NULL, in clone_new_thread()
494 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
501 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
509 parent_tidptr, NULL, child_tidptr); in clone_new_thread()
517 child_tidptr, parent_tidptr, NULL); in clone_new_thread()
[all …]
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.stderr.exp1508 Syscall param clone(child_tidptr) contains uninitialised byte(s)
1512 Syscall param clone(child_tidptr) points to unaddressable byte(s)
/external/valgrind/memcheck/tests/arm64-linux/
Dscalar.stderr.exp796 Syscall param clone(child_tidptr) contains uninitialised byte(s)
/external/strace/
DChangeLog29225 clearly wrong. It is expected that parent_tidptr == child_tidptr.