Searched defs:thr_param (Results 1 – 1 of 1) sorted by relevance
48 struct thr_param { struct49 void (*start_func)(void *); /* thread entry function. */50 void *arg; /* argument for entry function. */51 char *stack_base; /* stack base address. */75 int thr_new(struct thr_param *param, int param_size); argument