Searched refs:curthread (Results 1 – 11 of 11) sorted by relevance
195 p = ttoproc(curthread); in dtrace_systrace_syscall()197 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall()198 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall()719 p = ttoproc(curthread); in dtrace_machtrace_syscall()721 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_machtrace_syscall()722 curthread->t_dtrace_stop = 0; in dtrace_machtrace_syscall()
7103 if (vtime && curthread->t_dtrace_start) in dtrace_probe()7104 curthread->t_dtrace_vtime += now - curthread->t_dtrace_start; in dtrace_probe()7280 (proc = ttoproc(curthread)) == NULL || in dtrace_probe()
26 inline uthread_t uthread = (mach_kernel`uthread_t)(&curthread[1]); /* ` */30 …((struct proc *)(curthread->t_tro->tro_proc)) != NULL ? ((struct proc *)(curthread->t_tro->tro_pro…334 inline lwpsinfo_t *curlwpsinfo = xlate <lwpsinfo_t *> (curthread);
58 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->last_processor);
370 return curthread()->uu_ar; in currecord()836 uthread = curthread(); in audit_mach_syscall_enter()946 uthread = curthread(); in audit_proc_coredump()
327 #define curthread() current_uthread() macro
213 uthr = curthread(); in audit()
131 thread_t curthread; /* Current thread at the time of the interrupt */ member573 cur_traptrace_ring[nextidx].curthread = current_thread_fast(); in traptrace_start()
3944 thread_t curthread = current_thread(); in send_resource_violation()3981 thread_set_honor_qlimit(curthread); in send_resource_violation()3987 thread_clear_honor_qlimit(curthread); in send_resource_violation()4014 thread_t curthread = current_thread(); in send_resource_violation_with_fatal_port()4045 thread_set_honor_qlimit(curthread); in send_resource_violation_with_fatal_port()4050 thread_clear_honor_qlimit(curthread); in send_resource_violation_with_fatal_port()
1509 x[IDX_RINGENTRY].curthread,
5573 thread_t curthread = current_thread(); local5577 if (curthread->decmp_upl != NULL) {5578 upl_set_decmp_info(upl, curthread->decmp_upl);