Lines Matching refs:child_stack

1162 __collector_ext_clone_pthread (int (*fn)(void *), void *child_stack, int flags, void *arg,  in __collector_ext_clone_pthread()  argument
1196 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in __collector_ext_clone_pthread()
1199 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in __collector_ext_clone_pthread()
1202 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in __collector_ext_clone_pthread()
1205 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in __collector_ext_clone_pthread()
1216 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls, ctid); in __collector_ext_clone_pthread()
1219 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid, tls); in __collector_ext_clone_pthread()
1222 ret = CALL_REAL (clone)(fn, child_stack, flags, arg, ptid); in __collector_ext_clone_pthread()
1225 ret = CALL_REAL (clone)(fn, child_stack, flags, arg); in __collector_ext_clone_pthread()
1233 cargs->stack = child_stack; in __collector_ext_clone_pthread()
1239 …ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls, ctid); in __collector_ext_clone_pthread()
1242 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid, tls); in __collector_ext_clone_pthread()
1245 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs, ptid); in __collector_ext_clone_pthread()
1248 ret = CALL_REAL (clone)((int(*)(void*))collector_root, child_stack, flags, cargs); in __collector_ext_clone_pthread()