MCPcopy 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
122void
123PluginMemory::lock()
124{
125 QMutexLocker l(&_imp->mutex);
126
127 ++_imp->locked;
128}
129
130void
131PluginMemory::unlock()

Callers 3

~PluginMemoryMethod · 0.45
allocMethod · 0.45
freeMemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected