Searched refs:thr_param (Results 1 – 9 of 9) sorted by relevance
48 struct thr_param { struct75 int thr_new(struct thr_param *param, int param_size); argument
375 ktrstruct("thrparam", (s), sizeof(struct thr_param))
67 struct thr_param;378 int kern_thr_new(struct thread *td, struct thr_param *param);
1236 …char param_l_[PADL_(struct thr_param *)]; struct thr_param * param; char param_r_[PADR_(struct thr…
139 struct thr_param param; in sys_thr_new()154 struct thr_param *param; in thr_new_initthr()183 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new()
63 struct thr_param param; in _pthread_create()
59 struct thr_param;342 typedef int (__sys_thr_new_t)(struct thr_param *, int);748 int __sys_thr_new(struct thr_param * param, int param_size);
115 static void ktrthrparam(struct thr_param *);1968 ktrthrparam(struct thr_param *tp) in ktrthrparam()2186 struct thr_param tp; in ktrstruct()
3286 struct thr_param param; in freebsd32_thr_new()3292 bzero(¶m, sizeof(struct thr_param)); in freebsd32_thr_new()