Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c1145 thread = imgp->ip_new_thread; in exec_mach_imgact()
1441 if (imgp->ip_new_thread == NULL) { in exec_mach_imgact()
2127 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_port_actions()
3444 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()
3448 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
3509 imgp->ip_new_thread = fork_create_child(old_task, in posix_spawn()
3517 if (imgp->ip_new_thread == NULL) { in posix_spawn()
3522 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()
3527 p = (proc_t)get_bsdthreadtask_info(imgp->ip_new_thread); in posix_spawn()
3548 context.vc_thread = imgp->ip_new_thread; in posix_spawn()
[all …]
H A Dmach_loader.c472 if (imgp->ip_new_thread) { in load_machfile()
473 ledger_task = get_threadtask(imgp->ip_new_thread); in load_machfile()
/xnu-8020.121.3/bsd/sys/
H A Dimgact.h111 thread_t ip_new_thread; /* thread for spawn */ member