Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h1607 extern void clear_thread_ro_proc(thread_t);
H A Dbsd_kern.c172 clear_thread_ro_proc(thread_t th) in clear_thread_ro_proc() function
/xnu-11215/bsd/kern/
H A Dkern_exit.c2529 clear_thread_ro_proc(get_machthread(uth)); in proc_exit()