Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getWorkItem
Method · 0.80
stopItems
Method · 0.80
handler
Method · 0.80
decWorkers
Method · 0.80
finishWriteLock
Method · 0.80
lockWrite
Method · 0.80
unlockWrite
Method · 0.80
unlockRead
Method · 0.80
isc_sync.cpp
File · 0.80
Calls
3
raise
Function · 0.85
pthread_cond_broadcast
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected