| 156 | } |
| 157 | |
| 158 | void |
| 159 | InfoRepo::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 | |
| 169 | void |
| 170 | InfoRepo::usage(const ACE_TCHAR* cmd) |
no test coverage detected