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

Function reader_done_callback

tests/DCPS/InternalThreadStatus/subscriber.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26ACE_Condition_Thread_Mutex reader_done_cond(reader_done_lock);
27
28void reader_done_callback()
29{
30 ACE_Guard<ACE_Thread_Mutex> g(reader_done_lock);
31 reader_done_cond.signal();
32}
33
34int ACE_TMAIN(int argc, ACE_TCHAR *argv[])
35{

Callers

nothing calls this directly

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected