Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ SemaphoreRef
Method
SemaphoreRef
include/OpenImageDenoise/oidn.hpp:363–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
{
362
public:
363
SemaphoreRef() : handle(nullptr) {}
364
SemaphoreRef(OIDNSemaphore handle) : handle(handle) {}
365
366
SemaphoreRef(const SemaphoreRef& other) : handle(other.handle)
Callers
nothing calls this directly
Calls
1
oidnRetainSemaphore
Function · 0.85
Tested by
no test coverage detected