Searched refs:t_dtrace_predcache (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c251 thread_template.t_dtrace_predcache = 0;
1756 return thread->t_dtrace_predcache;
1811 thread->t_dtrace_predcache = predcache;
H A Dthread.h391 uint32_t t_dtrace_predcache;/* DTrace per thread predicate value hint */ member in struct:thread
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c133 #define t_predcache t_dtrace_predcache /* Cosmetic. Helps readability of thread.h */

Completed in 38 milliseconds