Home
last modified time | relevance | path

Searched refs:proc_thread (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_internal.h926 thread_t proc_thread(proc_t);
/xnu-11215/bsd/kern/
H A Dkern_proc.c1636 proc_thread(proc_t proc) in proc_thread() function
H A Dkern_descrip.c1640 thread = proc_thread(p); /* XXX */ in fileproc_drain()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c1615 thread = proc_thread(p); /* XXX */ in vfs_context_create_with_proc()