Searched refs:wrapper_args (Results 1 – 1 of 1) sorted by relevance
165 struct wrapper_args { void * (*func) (void *); void *arg; }; struct168 struct wrapper_args *warg = (struct wrapper_args *)varg; in wrapper_func()177 struct wrapper_args *warg = in gl_thread_create()178 (struct wrapper_args *) malloc (sizeof (struct wrapper_args)); in gl_thread_create()