Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dthread_unittest.cc453 LockedBool async_invoked(false); in TEST() local
455 thread1->PostTask([&async_invoked, thread2, out] { in TEST()
456 SetAndInvokeSet(&async_invoked, thread2, out); in TEST()
459 EXPECT_TRUE_WAIT(async_invoked.Get(), 2000); in TEST()