Searched refs:thread_id_ (Results 1 - 2 of 2) sorted by relevance

/system/extras/memory_replay/
H A DThread.h52 pthread_t thread_id_; member in class:Thread
H A DThreads.cpp88 if (pthread_create(&thread->thread_id_, nullptr, ThreadRunner, thread) == -1) {
141 int ret = pthread_join(thread->thread_id_, nullptr);

Completed in 56 milliseconds