Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ lock
Method
lock
Engine/PluginMemory.cpp:122–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void
123
PluginMemory::lock()
124
{
125
QMutexLocker l(&_imp->mutex);
126
127
++_imp->locked;
128
}
129
130
void
131
PluginMemory::unlock()
Callers
3
~PluginMemory
Method · 0.45
alloc
Method · 0.45
freeMem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected