Searched refs:thread_alloc_stack (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_fork.c859 if (!thread_alloc_stack(td2, pages)) {
H A Dkern_thread.c359 thread_alloc_stack(struct thread *td, int pages) function
363 ("thread_alloc_stack called on a thread with kstack"));
/freebsd-10.2-release/sys/sys/
H A Dproc.h953 int thread_alloc_stack(struct thread *, int pages);

Completed in 59 milliseconds