MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Release

Method Release

src/hx/Thread.cpp:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364 }
365 void Release()
366 {
367 AutoLock lock(mAvailableLock);
368 mAvailable++;
369 mNotEmpty.Set();
370 }
371
372
373 HxSemaphore mNotEmpty;

Callers 1

__hxcpp_lock_releaseFunction · 0.45

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected