Home
last modified time | relevance | path

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

/system/core/libutils/
DThreads.cpp67 struct thread_data_t { struct
75 static int trampoline(const thread_data_t* t) { in trampoline() argument
/system/extras/memory_replay/tests/
DThreadTest.cpp27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef