MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / wait_messages_pending

Method wait_messages_pending

dds/DCPS/MessageTracker.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void MessageTracker::wait_messages_pending(const char* caller)
73{
74 const TimeDuration pending_timeout(TheServiceParticipant->pending_timeout());
75 wait_messages_pending(caller, pending_timeout.is_zero() ?
76 MonotonicTimePoint() : MonotonicTimePoint::now() + pending_timeout);
77}
78
79void MessageTracker::wait_messages_pending(const char* caller, const MonotonicTimePoint& deadline)
80{

Callers 2

wait_pendingMethod · 0.80
~SendResponseListenerMethod · 0.80

Calls 3

pending_timeoutMethod · 0.80
valueMethod · 0.45
wait_untilMethod · 0.45

Tested by

no test coverage detected