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

Method IsSet

be/src/util/promise.h:116–119  ·  view source on GitHub ↗

Returns whether the value is set.

Source from the content-addressed store, hash-verified

114
115 /// Returns whether the value is set.
116 bool IsSet() {
117 std::lock_guard<std::mutex> l(val_lock_);
118 return val_is_set_;
119 }
120
121 private:
122 /// These variables deal with coordination between consumer and producer, and protect

Callers 3

TryDequeueMethod · 0.45
UpdateJWKSThreadMethod · 0.45
WorkerExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected