Searched refs:FunctorB (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/rtc_base/ |
D | thread_unittest.cc | 184 class FunctorB { class 186 explicit FunctorB(AtomicBool* flag) : flag_(flag) {} in FunctorB() function in rtc::__anonec2f23eb0111::FunctorB 357 FunctorB f2(&called); in TEST() 719 invoker.AsyncInvoke<void>(RTC_FROM_HERE, thread.get(), FunctorB(&called)); in TEST_F() 808 invoker.AsyncInvoke<void>(RTC_FROM_HERE, Thread::Current(), FunctorB(&flag1)); in TEST_F() 809 invoker.AsyncInvoke<void>(RTC_FROM_HERE, Thread::Current(), FunctorB(&flag2)); in TEST_F() 824 invoker.AsyncInvoke<void>(RTC_FROM_HERE, Thread::Current(), FunctorB(&flag1), in TEST_F() 826 invoker.AsyncInvoke<void>(RTC_FROM_HERE, Thread::Current(), FunctorB(&flag2)); in TEST_F()
|