Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1393 extern uint32_t dtrace_get_thread_predcache(thread_t);
H A Dthread.c3782 dtrace_get_thread_predcache(thread_t thread) in dtrace_get_thread_predcache() function
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace.c7072 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) { in dtrace_probe()