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

Method waitForTimeRelative

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

Source from the content-addressed store, hash-verified

166}
167
168int Monitor::waitForTimeRelative(const std::chrono::milliseconds &timeout) const {
169 return const_cast<Monitor::Impl*>(impl_)->waitForTimeRelative(timeout);
170}
171
172int Monitor::waitForever() const {
173 return const_cast<Monitor::Impl*>(impl_)->waitForever();

Callers 2

alarm_handler_wrapperFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

alarm_handler_wrapperFunction · 0.36