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

Method WaitForRpc

be/src/runtime/krpc-data-stream-sender.cc:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432Status KrpcDataStreamSender::Channel::WaitForRpc() {
433 std::unique_lock<SpinLock> l(lock_);
434 return WaitForRpcLocked(&l);
435}
436
437Status KrpcDataStreamSender::Channel::WaitForRpcLocked(std::unique_lock<SpinLock>* lock) {
438 DCHECK(lock != nullptr);

Callers 1

FlushFinalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected