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

/frameworks/native/libs/utils/
H A DThreads.cpp91 // we use this trampoline when we need to set the priority with
93 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
151 // this trampoline in some cases as the parent could set the properties
161 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;

Completed in 27 milliseconds