Searched refs:start_arg (Results 1 – 1 of 1) sorted by relevance
48 struct start_arg { struct59 static void *run_thread(void *start_arg); argument79 struct start_arg start; in thread_new_sized()182 static void *run_thread(void *start_arg) { in run_thread() argument183 assert(start_arg != NULL); in run_thread()185 struct start_arg *start = start_arg; in run_thread()