MCPcopy Create free account
hub / github.com/apache/thrift / triggerPendingCalls

Method triggerPendingCalls

lib/cpp/test/processor/Handlers.h:112–116  ·  view source on GitHub ↗

* Wake up all calls waiting in blockUntilTriggered() */

Source from the content-addressed store, hash-verified

110 * Wake up all calls waiting in blockUntilTriggered()
111 */
112 void triggerPendingCalls() {
113 concurrency::Guard g(mutex_);
114 wait_ = false;
115 triggerMonitor.notifyAll();
116 }
117
118protected:
119 /**

Callers 4

testEventSequencingFunction · 0.80
testOnewayCallFunction · 0.80
testExpectedErrorFunction · 0.80
testUnexpectedErrorFunction · 0.80

Calls 1

notifyAllMethod · 0.45

Tested by

no test coverage detected