Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
int readers_done = 0;
146
147
void reader_done_callback()
148
{
149
ACE_Guard<ACE_Thread_Mutex> g(readers_done_lock);
150
++readers_done;
151
readers_done_cond.signal();
152
}
153
154
int
155
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
Callers
nothing calls this directly
Calls
1
signal
Method · 0.45
Tested by
no test coverage detected