Home
last modified time | relevance | path

Searched refs:ip_new_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/kern/
H A Dkern_exec.c1288 thread = imgp->ip_new_thread; in exec_mach_imgact()
1566 fdt_exec(p, psa != NULL ? psa->psa_flags : 0, imgp->ip_new_thread, exec); in exec_mach_imgact()
1629 if (imgp->ip_new_thread == NULL) { in exec_mach_imgact()
2471 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_port_actions()
3773 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()
3777 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
3822 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_FLAGS_FOR_EXEC); in posix_spawn()
3825 if (imgp->ip_new_thread == NULL) { in posix_spawn()
3831 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
3835 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
[all …]
H A Dmach_loader.c485 if (imgp->ip_new_thread) { in load_machfile()
486 ledger_task = get_threadtask(imgp->ip_new_thread); in load_machfile()
/xnu-8792.81.2/bsd/sys/
H A Dimgact.h111 thread_t ip_new_thread; /* thread for spawn */ member