Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
src/common/classes/semaphore.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void Semaphore::release(SLONG count)
93
{
94
if (!ReleaseSemaphore(hSemaphore, count, NULL))
95
system_call_failed::raise(
"ReleaseSemaphore"
);
96
}
97
#endif
98
99
Callers
7
start
Method · 0.45
threadRoutine
Method · 0.45
runWorker
Method · 0.45
shutdown
Method · 0.45
loadICU
Method · 0.45
getSystemTimeZone
Method · 0.45
~InternalMessageBuffer
Method · 0.45
Calls
2
raise
Function · 0.85
pthread_cond_signal
Function · 0.85
Tested by
no test coverage detected