MCPcopy Create free account
hub / github.com/RenderKit/oidn / oidnRetainSemaphore

Function oidnRetainSemaphore

api/api.cpp:828–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826 }
827
828 OIDN_API void oidnRetainSemaphore(OIDNSemaphore semaphoreC)
829 {
830 Semaphore* semaphore = reinterpret_cast<Semaphore*>(semaphoreC);
831 retainObject(semaphore);
832 }
833
834 OIDN_API void oidnReleaseSemaphore(OIDNSemaphore semaphoreC)
835 {

Callers 2

SemaphoreRefMethod · 0.85
SemaphoreRefClass · 0.85

Calls 1

retainObjectFunction · 0.85

Tested by

no test coverage detected