MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / lock

Method lock

extern/boost/boost/thread/future.hpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142 }
143 void lock() {
144 if (! lock_.owns_lock()) {
145 lock_.lock();
146 }
147 }
148 private:
149 relocker& operator=(relocker const&);
150 };

Callers 9

LockMethod · 0.45
BOOST_THREAD_ACQUIREFunction · 0.45
lock_guardFunction · 0.45
~relockerMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
callMethod · 0.45
lock_implFunction · 0.45

Calls 1

owns_lockMethod · 0.45

Tested by

no test coverage detected