MCPcopy Create free account
hub / github.com/apache/thrift / wait

Method wait

lib/cpp/src/thrift/concurrency/Monitor.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void Monitor::wait(const std::chrono::milliseconds &timeout) const {
161 const_cast<Monitor::Impl*>(impl_)->wait(timeout);
162}
163
164int Monitor::waitForTime(const std::chrono::time_point<std::chrono::steady_clock>& abstime) const {
165 return const_cast<Monitor::Impl*>(impl_)->waitForTime(abstime);

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
readyBarrierMethod · 0.45
startServerMethod · 0.45
blockUntilAcceptedMethod · 0.45
readyBarrierMethod · 0.45
waitForEventMethod · 0.45
waitForConnEventMethod · 0.45
cleanupTestCaseMethod · 0.45
test00Method · 0.45
test01Method · 0.45

Calls

no outgoing calls

Tested by 15

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
readyBarrierMethod · 0.36
startServerMethod · 0.36
blockUntilAcceptedMethod · 0.36
readyBarrierMethod · 0.36
waitForEventMethod · 0.36
waitForConnEventMethod · 0.36
cleanupTestCaseMethod · 0.36
test00Method · 0.36
test01Method · 0.36