Home
last modified time | relevance | path

Searched refs:thread_data_t (Results 1 – 2 of 2) 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/core/libutils/
DThreads.cpp71 struct thread_data_t { struct
79 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()