Searched refs:kern_thr_new (Results 1 – 3 of 3) sorted by relevance
127 return (kern_thr_new(td, ¶m)); in sys_thr_new()131 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new() function
237 int kern_thr_new(struct thread *td, struct thr_param *param);
2431 return (kern_thr_new(td, ¶m)); in freebsd32_thr_new()