MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / ~lock_guard

Method ~lock_guard

client/hslongrun.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 mtx.lock();
376 }
377 ~lock_guard() {
378 mtx.unlock();
379 }
380 mutex& mtx;
381};
382

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.80

Tested by

no test coverage detected