Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread.h1535 extern uint32_t dtrace_get_thread_predcache(thread_t);
H A Dthread.c4086 dtrace_get_thread_predcache(thread_t thread) in dtrace_get_thread_predcache() function
/xnu-10002.61.3/bsd/dev/dtrace/
H A Ddtrace.c7080 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) { in dtrace_probe()