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

Method run

dds/InfoRepo/DCPSInfoRepoServ.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void
76InfoRepo::run()
77{
78 this->shutdown_complete_ = false;
79 this->orb_->run();
80 this->finalize();
81 ACE_GUARD(ACE_Thread_Mutex, g, this->lock_);
82 this->shutdown_complete_ = true;
83 this->cond_.signal();
84}
85
86void
87InfoRepo::finalize()

Callers 1

ACE_TMAINFunction · 0.45

Calls 2

finalizeMethod · 0.95
signalMethod · 0.45

Tested by

no test coverage detected