Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.h1266 extern void task_clear_exec_copy_flag(task_t task);
H A Dtask.c883 task_clear_exec_copy_flag(task_t task) in task_clear_exec_copy_flag() function
/xnu-11215/bsd/kern/
H A Dkern_exec.c269 extern void task_clear_exec_copy_flag(task_t task);
5073 task_clear_exec_copy_flag(new_task); in proc_exec_switch_task()