Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Lock
Method · 0.45
BOOST_THREAD_ACQUIRE
Function · 0.45
lock_guard
Function · 0.45
~relocker
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
call
Method · 0.45
lock_impl
Function · 0.45
has_member_lock<T, decltype(void(boost::declval<T&>().lock())) >
Class · 0.45
Calls
1
owns_lock
Method · 0.45
Tested by
no test coverage detected