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/DomainRange/DomainRangeTest.cpp:104–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
int readers_done = 0;
103
104
void reader_done_callback()
105
{
106
ACE_Guard<ACE_Thread_Mutex> g(readers_done_lock);
107
++readers_done;
108
readers_done_cond.signal();
109
}
110
111
int
112
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
Callers
nothing calls this directly
Calls
1
signal
Method · 0.45
Tested by
no test coverage detected