Home
last modified time | relevance | path

Searched refs:uthread_set_exec_data (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/kern/
H A Dkern_exec.c3873 uthread_set_exec_data(current_uthread(), imgp); in posix_spawn()
4971 uthread_set_exec_data(current_uthread(), NULL); in posix_spawn()
5475 uthread_set_exec_data(current_uthread(), imgp); in __mac_execve()
5742 uthread_set_exec_data(current_uthread(), NULL); in __mac_execve()
7747 uthread_set_exec_data(struct uthread *uth, struct image_params *imgp) in uthread_set_exec_data() function
/xnu-11417.101.15/osfmk/kern/
H A Dthread.h1635 extern void uthread_set_exec_data(struct uthread *uth, struct image_params *imgp);