Home
last modified time | relevance | path

Searched refs:proc_free_lwpid (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/sys/
H A Dproc.h531 void proc_free_lwpid(struct proc *, pid_t);
/netbsd-src/sys/rump/librump/rumpkern/
H A Dlwproc.c309 proc_free_lwpid(p, l->l_lid); in lwproc_freelwp()
/netbsd-src/sys/kern/
H A Dkern_exit.c573 proc_free_lwpid(p, l->l_lid); in exit1()
H A Dkern_lwp.c1325 proc_free_lwpid(p, l->l_lid); in lwp_free()
H A Dkern_proc.c1249 proc_free_lwpid(struct proc *p, pid_t pid) in proc_free_lwpid() function