Home
last modified time | relevance | path

Searched refs:kern_thr_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c244 error = kern_thr_alloc(p, 0, &newtd); in thread_create()
634 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() function
/freebsd/sys/compat/linux/
H A Dlinux_fork.c271 error = kern_thr_alloc(p, 0, &newtd); in linux_clone_thread()
/freebsd/sys/sys/
H A Dsyscallsubr.h376 int kern_thr_alloc(struct proc *, int pages, struct thread **);