thread_create
return (thread_create(td, NULL, thr_create_initthr, &args));
return (thread_create(td, rtpp, thr_new_initthr, param));
int thread_create(struct thread *td, struct rtprio *rtp,