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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h743 thread_t proc_thread(proc_t);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c2359 context.vc_thread = proc_thread(entryp->procp); /* XXX */
2400 context.vc_thread = proc_thread(entryp->procp); /* XXX */
H A Dkern_exit.c617 context.vc_thread = proc_thread(p); /* XXX */
1766 context.vc_thread = proc_thread(p); /* XXX */
H A Dkern_proc.c770 proc_thread(proc_t proc) function
H A Dkern_descrip.c4638 context.vc_thread = proc_thread(p); /* XXX */
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1498 * Note: The use of proc_thread() here is a convenience to avoid inclusion
1500 * we will need to forego this convenience when we reture proc_thread().
1509 kerncontext.vc_thread = proc_thread(kernproc);

Completed in 67 milliseconds