Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dthread_unittest.cc86 SampleReactable sample_reactable(thread); in TEST_F() local
88 …reactor->Register(sample_reactable.fd_, std::bind(&SampleReactable::OnReadReady, &sample_reactable in TEST_F()
89 int fd = sample_reactable.fd_; in TEST_F()
92 while (!sample_reactable.IsSameThreadCheckDone()) std::this_thread::yield(); in TEST_F()