Home
last modified time | relevance | path

Searched refs:thr_param (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dthr.h49 struct thr_param { struct
76 int thr_new(struct thr_param *param, int param_size); argument
H A Dsyscallsubr.h63 struct thr_param;
323 int kern_thr_new(struct thread *td, struct thr_param *param);
H A Dsysproto.h1257 …char param_l_[PADL_(struct thr_param *)]; struct thr_param * param; char param_r_[PADR_(struct thr…
/f-stack/freebsd/kern/
H A Dkern_thr.c135 struct thr_param param; in sys_thr_new()
150 struct thr_param *param; in thr_new_initthr()
176 kern_thr_new(struct thread *td, struct thr_param *param) in kern_thr_new()