Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DThreads.cpp71 struct thread_data_t { struct
79 static int trampoline(const thread_data_t* t) { in trampoline() argument
137 thread_data_t* t = new thread_data_t; in androidCreateRawThreadEtc()
142 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()