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

Function reader_done_callback

tests/DCPS/DomainRange/DomainRangeTest.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102int readers_done = 0;
103
104void reader_done_callback()
105{
106 ACE_Guard<ACE_Thread_Mutex> g(readers_done_lock);
107 ++readers_done;
108 readers_done_cond.signal();
109}
110
111int
112ACE_TMAIN(int argc, ACE_TCHAR *argv[])

Callers

nothing calls this directly

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected