Searched refs:ip_new_thread (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h110 thread_t ip_new_thread; /* thread for spawn/vfork */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c826 imgp->ip_new_thread = fork_create_child(task, p, FALSE, (imgp->ip_flags & IMGPF_IS_64BIT));
827 if (imgp->ip_new_thread == NULL) {
834 thread = imgp->ip_new_thread;
1136 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);
1143 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);
1167 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);
1832 if ((error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN)) != 0)
1839 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread);
1851 context.vc_thread = imgp->ip_new_thread;
1996 child_thread = imgp->ip_new_thread;
[all...]

Completed in 23 milliseconds