Searched refs:ip_new_thread (Results 1 – 3 of 3) sorted by relevance
1309 thread = imgp->ip_new_thread; in exec_mach_imgact()1591 fdt_exec(p, psa != NULL ? psa->psa_flags : 0, imgp->ip_new_thread, exec); in exec_mach_imgact()1654 if (imgp->ip_new_thread == NULL) { in exec_mach_imgact()2508 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_port_actions()2683 task_t task = get_threadtask(imgp->ip_new_thread); in exec_handle_exception_port_actions()3859 error = fork1(p, &imgp->ip_new_thread, PROC_CREATE_SPAWN, coal); in posix_spawn()3863 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()3908 imgp->ip_new_thread = cloneproc(old_task, NULL, p, CLONEPROC_FLAGS_FOR_EXEC); in posix_spawn()3911 if (imgp->ip_new_thread == NULL) { in posix_spawn()3917 new_task = get_threadtask(imgp->ip_new_thread); in posix_spawn()[all …]
489 if (imgp->ip_new_thread) { in load_machfile()490 ledger_task = get_threadtask(imgp->ip_new_thread); in load_machfile()
111 thread_t ip_new_thread; /* thread for spawn */ member