Searched refs:curthread (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_subr_x86.c211 kthread_t *t = curthread;
238 kthread_t *t = curthread;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c179 p = ttoproc(curthread);
181 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
182 curthread->t_dtrace_stop = 0;
846 p = ttoproc(curthread);
848 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) {
849 curthread->t_dtrace_stop = 0;
H A Ddtrace.c449 (where) = ((curthread->t_did + DIF_VARIABLE_MAX) & \
1355 if ((proc = ttoproc(curthread)) != NULL &&
3013 if ((lwp = curthread->t_lwp) == NULL) {
3042 return ((uint64_t)(uintptr_t)curthread);
3061 return (curthread->t_dtrace_vtime);
3241 return ((uint64_t)curthread->t_procp->p_pidp->pid_id);
3277 return ((uint64_t)curthread->t_procp->p_ppid);
3300 return ((uint64_t)curthread->t_tid);
3339 (uintptr_t)curthread->t_procp->p_user.u_comm,
3380 (uintptr_t)curthread
[all...]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.c363 return (curthread()->uu_ar);
715 uthread = curthread();
818 uthread = curthread();
H A Daudit_private.h303 #define curthread() ((struct uthread *)get_bsdthread_info(current_thread())) macro
H A Daudit_syscalls.c175 uthr = curthread();

Completed in 42 milliseconds