Searched refs:parent_tidptr (Results 1 – 1 of 1) sorted by relevance
/development/ndk/sources/android/libportable/arch-mips/ |
D | clone.c | 58 int *parent_tidptr = NULL; in WRAP() local 92 parent_tidptr = va_arg(args, int*); in WRAP() 119 fn, child_stack, mips_flags, arg, parent_tidptr, new_tls, child_tidptr); in WRAP() 121 ret = REAL(clone)(fn, child_stack, mips_flags, arg, parent_tidptr, in WRAP()
|