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

Method NotifyOne

be/src/util/condition-variable.h:71–71  ·  view source on GitHub ↗

Notify a single waiter on this condition variable.

Source from the content-addressed store, hash-verified

69
70 /// Notify a single waiter on this condition variable.
71 void NotifyOne() { pthread_cond_signal(&cv_); }
72
73 /// Notify all waiters on this condition variable.
74 void NotifyAll() { pthread_cond_broadcast(&cv_); }

Callers 15

~AdmissionControllerMethod · 0.80
ReleaseQueryMethod · 0.80
ReleaseQueryBackendsMethod · 0.80
UpdatePoolStatsMethod · 0.80
MarkAsRetriedMethod · 0.80
SendMethod · 0.80
GetNextMethod · 0.80
EnqueueTmpFilesPoolMethod · 0.80
WriteValidateCallbackMethod · 0.80
TEST_FFunction · 0.80
GetNextRequestRangeMethod · 0.80

Calls

no outgoing calls

Tested by 2

WriteValidateCallbackMethod · 0.64
TEST_FFunction · 0.64