Home
last modified time | relevance | path

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

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