Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadTest.cpp27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef
37 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data); in ThreadWaitForReady()
50 thread_data_t thread_data = std::make_pair(&thread, &finish); in TEST()
67 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data); in ThreadWaitForPending()
80 thread_data_t thread_data = std::make_pair(&thread, &finish); in TEST()
/system/unwinding/libunwindstack/offline_files/youtube_compiled_arm64/
Doutput.txt21 #20 pc 0000000000011928 libutils.so (thread_data_t::trampoline(thread_data_t const*)+404)
/system/core/libutils/
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()