MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / notifyAll

Method notifyAll

src/common/classes/condition.h:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void notifyAll()
124 {
125 if (waiters.value() > 0)
126 {
127 if (!SetEvent(events[BROADCAST]))
128 system_call_failed::raise("SetEvent");
129 }
130 }
131};
132
133} // namespace Firebird

Callers 9

getWorkItemMethod · 0.80
stopItemsMethod · 0.80
handlerMethod · 0.80
decWorkersMethod · 0.80
finishWriteLockMethod · 0.80
lockWriteMethod · 0.80
unlockWriteMethod · 0.80
unlockReadMethod · 0.80
isc_sync.cppFile · 0.80

Calls 3

raiseFunction · 0.85
pthread_cond_broadcastFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected