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

Method sync_shutdown

dds/InfoRepo/DCPSInfoRepoServ.cpp:158–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void
159InfoRepo::sync_shutdown()
160{
161 this->shutdown();
162 ACE_GUARD(ACE_Thread_Mutex, g, this->lock_);
163
164 while (!this->shutdown_complete_) {
165 this->cond_.wait();
166 }
167}
168
169void
170InfoRepo::usage(const ACE_TCHAR* cmd)

Calls 2

shutdownMethod · 0.95
waitMethod · 0.45

Tested by

no test coverage detected