Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkern_exec.c1505 thread = imgp->ip_new_thread; in exec_mach_imgact()
1842 psa != NULL ? psa->psa_flags : 0, imgp->ip_new_thread, exec); in exec_mach_imgact()
1905 if (imgp->ip_new_thread == NULL) { in exec_mach_imgact()
2814 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_port_actions()
2999 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_exception_port_actions()
4225 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()
4229 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
4274 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_EXEC); in posix_spawn()
4277 if (imgp->ip_new_thread == NULL) { in posix_spawn()
4283 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
[all …]
H A Dmach_loader.c481 if (imgp->ip_new_thread) { in load_machfile()
482 ledger_task = get_threadtask(imgp->ip_new_thread); in load_machfile()
/xnu-11417.101.15/bsd/sys/
H A Dimgact.h111 thread_t ip_new_thread; /* thread for spawn */ member