MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ScopedMutex

Method ScopedMutex

Source/NamedMutex.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52ScopedMutex::ScopedMutex(NamedMutex* mutex, std::string locker)
53: mMutex(mutex)
54{
55 mMutex->Lock(locker);
56}
57
58ScopedMutex::~ScopedMutex()
59{

Callers

nothing calls this directly

Calls 1

LockMethod · 0.80

Tested by

no test coverage detected