Lines Matching refs:child_stack
70 static int (*__real_clone) (int (*fn) (void *), void *child_stack,
1660 __collector_clone (int (*fn)(void *), void *child_stack, int flags, void *arg, in __collector_clone() argument
1668 ret = __collector_ext_clone_pthread (fn, child_stack, flags, arg, va); in __collector_clone()
1714 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in __collector_clone()
1717 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in __collector_clone()
1720 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in __collector_clone()
1723 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in __collector_clone()
1735 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls, ctid); in __collector_clone()
1738 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid, tls); in __collector_clone()
1741 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo, ptid); in __collector_clone()
1744 ret = CALL_REAL (clone)(__collector_clone_fn, child_stack, flags, funcinfo); in __collector_clone()