Searched refs:thread_id_ (Results 1 – 6 of 6) sorted by relevance
36 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()
195 base::PlatformThreadId thread_id_; variable
50 pthread_t thread_id_; variable
84 if ((errno = pthread_create(&thread->thread_id_, nullptr, ThreadRunner, thread)) != 0) { in CreateThread()137 int ret = pthread_join(thread->thread_id_, nullptr); in Finish()
77 size_t thread_id_; variable
83 thread_id_ = thread_info.tid; in GwpAsanCrashData()