Searched refs:t_dtrace_stop (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h209 uint8_t t_dtrace_stop; /* indicates a DTrace desired stop */ member in struct:uthread
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c181 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
182 curthread->t_dtrace_stop = 0;
848 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
849 curthread->t_dtrace_stop = 0;
H A Ddtrace.c6210 if (!curthread->t_dtrace_stop) {
6211 curthread->t_dtrace_stop = 1;
6222 uthread->t_dtrace_stop = 1;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c2943 if (ut->t_dtrace_stop) {
2944 ut->t_dtrace_stop = 0;

Completed in 482 milliseconds