Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.h1313 extern void task_copy_fields_for_exec(task_t dst_task, task_t src_task);
H A Dtask.c9112 task_copy_fields_for_exec(task_t dst_task, task_t src_task) in task_copy_fields_for_exec() function
/xnu-11215/bsd/kern/
H A Dkern_exec.c5075 task_copy_fields_for_exec(new_task, old_task); in proc_exec_switch_task()