Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/fibers/
H A DEventBaseLoopController-inl.h31 attachEventBase(eventBase.getVirtualEventBase()); in attachEventBase()
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DEventBase.h834 folly::VirtualEventBase& getVirtualEventBase();
H A DEventBase.cpp841 VirtualEventBase& EventBase::getVirtualEventBase() { in getVirtualEventBase() function in folly::EventBase
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/test/
H A DFibersTest.cpp1710 auto& vevb = evb.getVirtualEventBase(); in TEST()
2381 auto& evb2 = thread.getEventBase()->getVirtualEventBase(); in TEST()