Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
void ConditionVariable::Signal() {
138
int rv = pthread_cond_signal(&condition_);
139
DCHECK_EQ(0, rv);
140
}
141
142
} // namespace kudu
Callers
15
Post
Method · 0.45
BlockingGet
Method · 0.45
BlockingDrainTo
Method · 0.45
Put
Method · 0.45
BlockingPut
Method · 0.45
LaunchOp
Method · 0.45
DecreaseOpCountAndNotifyWaiters
Method · 0.45
Shutdown
Method · 0.45
DoSubmit
Method · 0.45
ReadUnlock
Method · 0.45
WriteUnlock
Method · 0.45
Stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected