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

/frameworks/native/libs/utils/
H A DThreads.cpp85 struct thread_data_t { struct
93 static int trampoline(const thread_data_t* t) {
156 thread_data_t* t = new thread_data_t;
161 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;

Completed in 56 milliseconds