Searched refs:thread_alloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_kthread.c265 newtd = thread_alloc(pages);
H A Dkern_thr.c198 newtd = thread_alloc(0);
H A Dkern_fork.c849 td2 = thread_alloc(pages);
H A Dkern_thread.c342 thread_alloc(int pages) function
349 KASSERT(td->td_kstack == 0, ("thread_alloc got thread with kstack"));
/freebsd-10.2-release/sys/sys/
H A Dproc.h952 struct thread *thread_alloc(int pages);

Completed in 84 milliseconds