Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h1663 extern uint32_t dtrace_get_thread_predcache(thread_t);
H A Dthread.c4184 dtrace_get_thread_predcache(thread_t thread) in dtrace_get_thread_predcache() function
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c7081 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) { in dtrace_probe()