MCPcopy Create free account
hub / github.com/KDE/kdevelop / StaticLock

Method StaticLock

kdevplatform/util/foregroundlock.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223static struct StaticLock
224{
225 StaticLock()
226 {
227 lockForegroundMutexInternal();
228 }
229 ~StaticLock()
230 {
231 unlockForegroundMutexInternal(true);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected