Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dthread_unittest.cc452 LockedBool async_invoked(false); in TEST() local
456 Bind(&SetAndInvokeSet, &async_invoked, thread2, out)); in TEST()
458 EXPECT_TRUE_WAIT(async_invoked.Get(), 2000); in TEST()