Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/dev/dtrace/
H A Dfbt_blacklist.c157 CRITICAL(get_thread_ro_unchecked)
/xnu-11417.140.69/osfmk/kern/
H A Dbsd_kern.c143 get_thread_ro_unchecked(thread_t th) in get_thread_ro_unchecked() function
164 return get_thread_ro_unchecked(current_thread()); in current_thread_ro_unchecked()
H A Dthread.h1616 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-11417.140.69/bsd/kern/
H A Dkdebug.c666 return get_thread_ro_unchecked(current_thread())->tro_proc; in kdebug_current_proc_unsafe()