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

/freebsd-12-stable/sys/kern/
H A Dkern_fork.c950 if (!thread_alloc_stack(td2, pages)) {
H A Dkern_thread.c419 thread_alloc_stack(struct thread *td, int pages) function
423 ("thread_alloc_stack called on a thread with kstack"));
/freebsd-12-stable/sys/sys/
H A Dproc.h1143 int thread_alloc_stack(struct thread *, int pages);

Completed in 164 milliseconds