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

/xnu-2782.1.97/bsd/sys/
H A Duser.h242 uint8_t t_dtrace_stop; /* indicates a DTrace desired stop */ member in struct:uthread
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c166 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
167 curthread->t_dtrace_stop = 0;
701 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
702 curthread->t_dtrace_stop = 0;
H A Ddtrace.c5645 uthread->t_dtrace_stop = 1;
/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c2941 if (ut->t_dtrace_stop) {
2942 ut->t_dtrace_stop = 0;

Completed in 122 milliseconds