Searched refs:GetThreadRef (Results 1 – 5 of 5) sorted by relevance
32 EXPECT_TRUE(thread.GetThreadRef() == 0); in TEST()34 EXPECT_TRUE(thread.GetThreadRef() != 0); in TEST()36 EXPECT_TRUE(thread.GetThreadRef() == 0); in TEST()42 EXPECT_TRUE(thread1.GetThreadRef() == thread2.GetThreadRef()); in TEST()45 EXPECT_TRUE(thread1.GetThreadRef() != thread2.GetThreadRef()); in TEST()
66 PlatformThreadRef GetThreadRef() const;
228 while (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUIT, 0, 0)) { in Delete()255 if (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUEUE_DELAYED_TASK, 0, in PostDelayedTask()
100 PlatformThreadRef PlatformThread::GetThreadRef() const { in GetThreadRef() function in rtc::PlatformThread
571 << " and id: " << audio_thread_->GetThreadRef(); in Start()