Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_thr.c127 return (kern_thr_new(td, &param)); in sys_thr_new()
131 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new() function
/freebsd-9-stable/sys/sys/
Dsyscallsubr.h237 int kern_thr_new(struct thread *td, struct thr_param *param);
/freebsd-9-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2431 return (kern_thr_new(td, &param)); in freebsd32_thr_new()