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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c1780 return (thread->options & TH_OPT_DTRACE) ? TRUE : FALSE;
1830 thread->options |= TH_OPT_DTRACE;
1832 thread->options &= (~TH_OPT_DTRACE);
H A Dthread.h148 #define TH_OPT_DTRACE 0x08 /* executing under dtrace_probe */ macro
/darwin-on-arm/xnu/osfmk/i386/
H A Dtrap.c684 if (thread != THREAD_NULL && thread->options & TH_OPT_DTRACE) { /* Executing under dtrace_probe? */

Completed in 30 milliseconds