Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c230 error = kern_thr_alloc(p, 0, &newtd); in thread_create()
613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h321 int kern_thr_alloc(struct proc *, int pages, struct thread **);