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

  /development/ndk/sources/android/libportable/arch-mips/
clone.c 57 int *child_tidptr = NULL; local
98 child_tidptr = va_arg(args, int*);
119 fn, child_stack, mips_flags, arg, parent_tidptr, new_tls, child_tidptr);
122 new_tls, child_tidptr);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 48 int *parent_tidptr, void *newtls, int *child_tidptr);
sanitizer_linux.cc 782 int *parent_tidptr, void *newtls, int *child_tidptr) {
791 register int *r10 __asm__("r10") = child_tidptr;
798 * %r10 = child_tidptr)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h     [all...]

Completed in 1792 milliseconds