Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ NotifyAll
Method
NotifyAll
be/src/util/condition-variable.h:74–74 ·
view source on GitHub ↗
Notify all waiters on this condition variable.
Source
from the content-addressed store, hash-verified
72
73
/// Notify all waiters on this condition variable.
74
void NotifyAll() { pthread_cond_broadcast(&cv_); }
75
76
private:
77
pthread_cond_t cv_;
Callers
15
RegisterSubscriber
Method · 0.80
DoSubscriberUpdate
Method · 0.80
MonitorStatestoredHaHeartbeat
Method · 0.80
Wait
Method · 0.80
UpdateExecState
Method · 0.80
CatalogUpdateCallback
Method · 0.80
FlushFinal
Method · 0.80
Close
Method · 0.80
Cancel
Method · 0.80
UpdateRemainingScanRangeSubmissions
Method · 0.80
Send
Method · 0.80
FlushFinal
Method · 0.80
Calls
no outgoing calls
Tested by
5
RegisterSubscriber
Method · 0.64
DoSubscriberUpdate
Method · 0.64
MonitorStatestoredHaHeartbeat
Method · 0.64
SignalCallback
Method · 0.64
WriteCompleteCallback
Method · 0.64