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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h783 thread_t proc_thread(proc_t);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c664 context.vc_thread = proc_thread(p); /* XXX */
1904 context.vc_thread = proc_thread(p); /* XXX */
H A Dkern_proc.c861 proc_thread(proc_t proc) function
H A Dkern_descrip.c5016 context.vc_thread = proc_thread(p); /* XXX */
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c1254 * Note: The use of proc_thread() here is a convenience to avoid inclusion
1256 * we will need to forego this convenience when we reture proc_thread().
1265 kerncontext.vc_thread = proc_thread(kernproc);

Completed in 108 milliseconds