Searched refs:start_arg (Results 1 – 1 of 1) sorted by relevance
46 struct start_arg { struct57 static void *run_thread(void *start_arg); argument79 struct start_arg start; in thread_new_sized()172 static void *run_thread(void *start_arg) { in run_thread() argument173 assert(start_arg != NULL); in run_thread()175 struct start_arg *start = start_arg; in run_thread()