thr_param
typedef int (__sys_thr_new_t)(struct thr_param *, int);
struct thr_param;
int __sys_thr_new(struct thr_param * param, int param_size);
struct thr_param param;
struct thr_param param;
bzero(¶m, sizeof(struct thr_param));
struct thr_param param;
struct thr_param *param;
kern_thr_new(struct thread *td, struct thr_param *param)
ktrstruct("thrparam", (s), sizeof(struct thr_param))
int kern_thr_new(struct thread *td, struct thr_param *param);
struct thr_param;
char param_l_[PADL_(struct thr_param *)]; struct thr_param * param; char param_r_[PADR_(struct thr_param *)];
int thr_new(struct thr_param *param, int param_size);
static void ktrthrparam(struct thr_param *);
ktrthrparam(struct thr_param *tp)
struct thr_param tp;