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

  /bionic/libc/bionic/
bionic_clone.c 38 int *child_tidptr,
60 int *child_tidptr = NULL; local
71 child_tidptr = va_arg(args, int*);
75 return __bionic_clone(flags, child_stack, parent_tidptr, new_tls, child_tidptr, fn, arg);
  /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);

Completed in 659 milliseconds