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

Method WaitOnExecRpc

be/src/runtime/coordinator-backend-state.cc:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Coordinator::BackendState::WaitOnExecRpc() {
223 unique_lock<mutex> l(lock_);
224 discard_result(WaitOnExecLocked(&l));
225}
226
227bool Coordinator::BackendState::WaitOnExecLocked(
228 unique_lock<mutex>* l, int64_t timeout_ms) {

Callers 1

WaitOnExecRpcsMethod · 0.80

Calls 1

discard_resultFunction · 0.85

Tested by

no test coverage detected