Home
last modified time | relevance | path

Searched refs:thread_id_ (Results 1 – 4 of 4) sorted by relevance

/system/bt/common/
Dmessage_loop_thread.cc36 thread_id_(-1), in MessageLoopThread()
99 CHECK_NE(thread_id_, base::PlatformThread::CurrentId()) in ShutDown()
120 return thread_id_; in GetThreadId()
129 return base::StringPrintf("%s(%d)", thread_name_.c_str(), thread_id_); in ToString()
180 thread_id_ = base::PlatformThread::CurrentId(); in Run()
190 thread_id_ = -1; in Run()
Dmessage_loop_thread.h195 base::PlatformThreadId thread_id_; variable
/system/extras/memory_replay/
DThreads.cpp88 if (pthread_create(&thread->thread_id_, nullptr, ThreadRunner, thread) == -1) { in CreateThread()
141 int ret = pthread_join(thread->thread_id_, nullptr); in Finish()
DThread.h52 pthread_t thread_id_; variable