Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dthread.h1641 extern void clear_thread_ro_proc(thread_t);
H A Dbsd_kern.c173 clear_thread_ro_proc(thread_t th) in clear_thread_ro_proc() function
/xnu-12377.81.4/bsd/kern/
H A Dkern_exit.c2599 clear_thread_ro_proc(get_machthread(uth)); in proc_exit()