Searched refs:start_arg (Results 1 – 1 of 1) sorted by relevance
51 struct start_arg { struct62 static void* run_thread(void* start_arg); argument80 struct start_arg start; in thread_new_sized()192 static void* run_thread(void* start_arg) { in run_thread() argument193 CHECK(start_arg != NULL); in run_thread()195 struct start_arg* start = static_cast<struct start_arg*>(start_arg); in run_thread()