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

Function reader_done_callback

tests/DCPS/MultiDiscovery/MultiDiscoveryTest.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145int readers_done = 0;
146
147void reader_done_callback()
148{
149 ACE_Guard<ACE_Thread_Mutex> g(readers_done_lock);
150 ++readers_done;
151 readers_done_cond.signal();
152}
153
154int
155ACE_TMAIN(int argc, ACE_TCHAR *argv[])

Callers

nothing calls this directly

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected