MCPcopy Create free account
hub / github.com/apache/impala / DecreaseOpCountAndNotifyWaiters

Method DecreaseOpCountAndNotifyWaiters

be/src/kudu/util/maintenance_manager.cc:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680void MaintenanceManager::DecreaseOpCountAndNotifyWaiters(MaintenanceOp* op) {
681 running_instances_lock_.AssertAcquired();
682 --running_ops_;
683 --op->running_;
684 op->cond_->Signal();
685}
686
687} // namespace kudu

Callers

nothing calls this directly

Calls 2

AssertAcquiredMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected