MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / Semaphore

Method Semaphore

Libraries/Threading/Threading.cpp:135–135  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------- Semaphore -------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

133// Semaphore
134//-------------------------------------------------------------------------------------------------------
135SC::Semaphore::Semaphore(int initialCount) : count(initialCount) {}
136
137void SC::Semaphore::acquire()
138{

Callers 1

benchmark_filesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected