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

Method post

tests/Utils/DistributedConditionSet.h:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 {}
74
75 void post(const OpenDDS::DCPS::String& actor, const OpenDDS::DCPS::String& condition)
76 {
77 ACE_DEBUG((LM_INFO, "(%P|%t) InMemoryDistributedConditionSet %C posting %C\n",
78 actor.c_str(), condition.c_str()));
79 ACE_GUARD(ACE_Thread_Mutex, g, mutex_);
80 set_.insert(PairType(actor, condition));
81 condition_.broadcast();
82 }
83
84 void wait_for(const OpenDDS::DCPS::String& waiting_actor,
85 const OpenDDS::DCPS::String& posting_actor,

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected