HomeSort by relevance Sort by last modified time
    Searched full:thread_data_t (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/utils/
Threads.cpp 85 struct thread_data_t { struct
93 static int trampoline(const thread_data_t* t) {
160 thread_data_t* t = new thread_data_t;
165 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;

Completed in 38 milliseconds