Home
last modified time | relevance | path

Searched refs:thread_data_t (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DThreads.cpp73 struct thread_data_t { struct
81 static int trampoline(const thread_data_t* t) { in trampoline() argument
143 thread_data_t* t = new thread_data_t; in androidCreateRawThreadEtc()
148 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()