Searched refs:uu_aio_task (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h182 struct task* uu_aio_task; /* target task for async io */ member in struct:uthread
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c1684 oldaiotask = uthreadp->uu_aio_task;
1685 uthreadp->uu_aio_task = entryp->procp->task;
1707 uthreadp->uu_aio_task = oldaiotask;
2619 return ((struct uthread *)get_bsdthread_info(current_thread()))->uu_aio_task;

Completed in 23 milliseconds