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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h277 thread_t proc_thread(proc_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c481 context.vc_thread = proc_thread(p); /* XXX */
1661 context.vc_thread = proc_thread(p); /* XXX */
H A Dkern_aio.c2057 context.vc_thread = proc_thread(entryp->procp); /* XXX */
2093 context.vc_thread = proc_thread(entryp->procp); /* XXX */
H A Dkern_proc.c744 proc_thread(proc_t proc) function
H A Dkern_descrip.c4015 context.vc_thread = proc_thread(p); /* XXX */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1317 * Note: The use of proc_thread() here is a convenience to avoid inclusion
1319 * we will need to forego this convenience when we reture proc_thread().
1328 kerncontext.vc_thread = proc_thread(kernproc);

Completed in 49 milliseconds