MCPcopy 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

RegisterSubscriberMethod · 0.80
DoSubscriberUpdateMethod · 0.80
WaitMethod · 0.80
UpdateExecStateMethod · 0.80
CatalogUpdateCallbackMethod · 0.80
FlushFinalMethod · 0.80
CloseMethod · 0.80
CancelMethod · 0.80
SendMethod · 0.80
FlushFinalMethod · 0.80

Calls

no outgoing calls

Tested by 5

RegisterSubscriberMethod · 0.64
DoSubscriberUpdateMethod · 0.64
SignalCallbackMethod · 0.64
WriteCompleteCallbackMethod · 0.64