Searched refs:uu_context (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h103 #define uu_ucred uu_context.vc_ucred
176 struct vfs_context uu_context; /* thread + cred */ member in struct:uthread
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c381 * uu_context fields. It skips filling these out in the case of the "task"
384 * of the uu_context.vc_ucred field so that the uthread structure can be
587 ut->uu_context.vc_ucred = kernproc->p_ucred;
588 ut->uu_context.vc_thread = current_thread();
H A Dpthread_support.c614 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_KMDROP | DBG_FUNC_NONE, (uint32_t)kwq->kw_addr, 0xcafecaf1, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
638 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_KMDROP | DBG_FUNC_NONE, (uint32_t)kwq->kw_addr, 0xcafecaf2, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
680 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_KMDROP | DBG_FUNC_NONE, (uint32_t)kwq->kw_addr, 0xcafecaf3, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
1153 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_CVSIGNAL | DBG_FUNC_NONE, (uint32_t)ckwq->kw_addr, 0xcafecaf2, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
4142 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_CVHBROAD | DBG_FUNC_NONE, (uint32_t)ckwq->kw_addr, 0xcafecaf3, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
4408 __PTHREAD_TRACE_DEBUG(_PSYNCH_TRACE_CVHBROAD | DBG_FUNC_NONE, (uint32_t)ckwq->kw_addr, 0xcafecaf2, (uint32_t)(thread_tid((struct thread *)(((struct uthread *)(kwe->kwe_uth))->uu_context.vc_thread))), kwe->kwe_psynchretval, 0);
H A Dkern_fork.c1481 uth->uu_context.vc_thread = thread;
H A Dkern_sig.c1681 if (check_actforsig(p->task, uth->uu_context.vc_thread, 1) == KERN_SUCCESS) {
1682 *thr = uth->uu_context.vc_thread;
H A Dkern_proc.c775 return(uth->uu_context.vc_thread);
H A Dtty.c2839 (thread = vfs_context_thread(&uthread->uu_context)) == NULL ||
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c779 signal_setast(t->uu_context.vc_thread);
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1476 if (ut->uu_context.vc_ucred != NULL) {
1477 ctx = &ut->uu_context;

Completed in 151 milliseconds