Searched refs:IsInvokeToThreadAllowed (Results 1 – 3 of 3) sorted by relevance
300 [&]() { EXPECT_TRUE(thread1->IsInvokeToThreadAllowed(thread2.get())); })); in TEST()316 EXPECT_TRUE(thread1->IsInvokeToThreadAllowed(thread2.get())); in TEST()317 EXPECT_TRUE(thread1->IsInvokeToThreadAllowed(thread3.get())); in TEST()318 EXPECT_FALSE(thread1->IsInvokeToThreadAllowed(thread4.get())); in TEST()332 EXPECT_FALSE(thread1->IsInvokeToThreadAllowed(thread2.get())); in TEST()345 [&]() { EXPECT_TRUE(thread1->IsInvokeToThreadAllowed(thread2.get())); })); in TEST()
896 RTC_DCHECK(current_thread->IsInvokeToThreadAllowed(this)); in PreRun()1006 bool Thread::IsInvokeToThreadAllowed(rtc::Thread* target) { in PreRun() function in rtc::Thread
351 bool IsInvokeToThreadAllowed(rtc::Thread* target);