HomeSort by relevance Sort by last modified time
    Searched refs:thread_data_t (Results 1 - 2 of 2) sorted by null

  /system/extras/memory_replay/tests/
ThreadTest.cpp 27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef
37 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data);
50 thread_data_t thread_data = std::make_pair(&thread, &finish);
67 thread_data_t* thread_data = reinterpret_cast<thread_data_t*>(data);
80 thread_data_t thread_data = std::make_pair(&thread, &finish);
  /system/core/libutils/
Threads.cpp 74 struct thread_data_t { struct
82 static int trampoline(const thread_data_t* t) {
144 thread_data_t* t = new thread_data_t;
149 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;

Completed in 58 milliseconds