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

Method pending_timeout

dds/DCPS/Service_Participant.cpp:1689–1694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689TimeDuration
1690Service_Participant::pending_timeout() const
1691{
1692 ACE_GUARD_RETURN(ACE_Thread_Mutex, guard, cached_config_mutex_, COMMON_DCPS_PENDING_TIMEOUT_default);
1693 return pending_timeout_;
1694}
1695
1696void Service_Participant::pending_timeout(const TimeDuration& value)
1697{

Callers 2

wait_messages_pendingMethod · 0.80
ACE_TMAINFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected