Home
last modified time | relevance | path

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

/freebsd-src/sys/sys/
H A Dthr.h47 struct thr_param { struct
48 void (*start_func)(void *); /* thread entry function. */
49 void *arg; /* argument for entry function. */
50 char *stack_base; /* stack base address. */
74 int thr_new(struct thr_param *param, int param_size); argument