thr_new_args
{ .sy_narg = AS(thr_new_args), .sy_call = (sy_call_t *)sys_thr_new, .sy_auevent = AUE_THR_NEW, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 455 = thr_new */
sys_thr_new(struct thread *td, struct thr_new_args *uap)
struct thr_new_args *p = params;
int sys_thr_new(struct thread *, struct thr_new_args *);