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

Method wait_until_empty

dds/DCPS/ReactorTask.cpp:433–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void ReactorTask::wait_until_empty()
434{
435 GuardType guard(lock_);
436 while (reactor_notified_ || processing_) {
437 condition_.wait(*thread_status_manager_);
438 }
439}
440
441int ReactorTask::handle_exception(ACE_HANDLE /*fd*/)
442{

Callers 1

TESTFunction · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected