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

Method Signal

be/src/kudu/util/condition_variable.cc:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void ConditionVariable::Signal() {
138 int rv = pthread_cond_signal(&condition_);
139 DCHECK_EQ(0, rv);
140}
141
142} // namespace kudu

Callers 15

PostMethod · 0.45
BlockingGetMethod · 0.45
BlockingDrainToMethod · 0.45
PutMethod · 0.45
BlockingPutMethod · 0.45
LaunchOpMethod · 0.45
ShutdownMethod · 0.45
DoSubmitMethod · 0.45
ReadUnlockMethod · 0.45
WriteUnlockMethod · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected