MCPcopy 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

startMethod · 0.45
threadRoutineMethod · 0.45
runWorkerMethod · 0.45
shutdownMethod · 0.45
loadICUMethod · 0.45
getSystemTimeZoneMethod · 0.45

Calls 2

raiseFunction · 0.85
pthread_cond_signalFunction · 0.85

Tested by

no test coverage detected