Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ lock
Method
lock
Engine/EffectInstance.cpp:120–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void
121
EffectInstance::lock(const ImagePtr & entry)
122
{
123
NodePtr n = _node.lock();
124
125
n->lock(entry);
126
}
127
128
bool
129
EffectInstance::tryLock(const ImagePtr & entry)
Callers
14
tryLock
Method · 0.45
unlock
Method · 0.45
clearPluginMemoryChunks
Method · 0.45
setParallelRenderArgsTLS
Method · 0.45
getHash
Method · 0.45
aborted
Method · 0.45
shouldCacheOutput
Method · 0.45
getThreadLocalOpenGLContext
Method · 0.45
getImage
Method · 0.45
renderHandler
Method · 0.45
removePluginMemoryPointer
Method · 0.45
attachOpenGLContext_public
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected