Home
last modified time | relevance | path

Searched refs:get_thread_ro_unchecked (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfbt_blacklist.c157 CRITICAL(get_thread_ro_unchecked)
/xnu-12377.41.6/osfmk/kern/
H A Dbsd_kern.c142 get_thread_ro_unchecked(thread_t th) in get_thread_ro_unchecked() function
163 return get_thread_ro_unchecked(current_thread()); in current_thread_ro_unchecked()
H A Dthread.h1639 extern thread_ro_t get_thread_ro_unchecked(thread_t) __pure2;
H A Drecount.c1074 task_t task = get_thread_ro_unchecked(thread)->tro_task; in recount_transition()
/xnu-12377.41.6/bsd/kern/
H A Dkdebug.c979 return get_thread_ro_unchecked(current_thread())->tro_proc; in kdebug_current_proc_unsafe()