Searched defs:start_arg (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/src/
H A Dthread.cc51 struct start_arg { struct
62 static void* run_thread(void* start_arg);
80 struct start_arg start;
194 static void* run_thread(void* start_arg) { argument
195 CHECK(start_arg != NULL);
197 struct start_arg* start = static_cast<struct start_arg*>(start_arg);

Completed in 24 milliseconds