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

/system/core/libutils/
H A DThreads.cpp82 // we use this trampoline when we need to set the priority with
84 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
141 // this trampoline in some cases as the parent could set the properties
151 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;

Completed in 86 milliseconds