Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dthr.h48 struct thr_param { struct
75 int thr_new(struct thr_param *param, int param_size); argument
H A Dktrace.h375 ktrstruct("thrparam", (s), sizeof(struct thr_param))
H A Dsyscallsubr.h67 struct thr_param;
378 int kern_thr_new(struct thread *td, struct thr_param *param);
H A Dsysproto.h1236 …char param_l_[PADL_(struct thr_param *)]; struct thr_param * param; char param_r_[PADR_(struct thr…
/freebsd/sys/kern/
H A Dkern_thr.c139 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()
/freebsd/lib/libthr/thread/
H A Dthr_create.c63 struct thr_param param; in _pthread_create()
/freebsd/lib/libsys/
H A D_libsys.h59 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);
/freebsd/usr.bin/kdump/
H A Dkdump.c115 static void ktrthrparam(struct thr_param *);
1968 ktrthrparam(struct thr_param *tp) in ktrthrparam()
2186 struct thr_param tp; in ktrstruct()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3286 struct thr_param param; in freebsd32_thr_new()
3292 bzero(&param, sizeof(struct thr_param)); in freebsd32_thr_new()