Searched refs:thread_data_t (Results 1 – 2 of 2) sorted by relevance
27 typedef std::pair<Thread*, volatile bool*> thread_data_t; typedef37 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()
71 struct thread_data_t { struct79 static int trampoline(const thread_data_t* t) { in trampoline() argument143 thread_data_t* t = new thread_data_t; in androidCreateRawThreadEtc()148 entryFunction = (android_thread_func_t)&thread_data_t::trampoline; in androidCreateRawThreadEtc()