Searched refs:proc_set_task_apptype (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.h631 void proc_set_task_apptype(task_t task, int type, thread_t thread);
H A Dtask_policy.c995 proc_set_task_apptype(task_t task, int type, thread_t thread) function
997 proc_set_task_apptype(task_t task, int type, __unused thread_t thread)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1136 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);
1143 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);
1153 proc_set_task_apptype(p->task, apptype, NULL);
1167 proc_set_task_apptype(p->task, apptype, imgp->ip_new_thread);

Completed in 30 milliseconds