Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ invalidate
Method
invalidate
extern/boost/boost/thread/future.hpp:236–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
return valid(lk);
235
}
236
void invalidate(boost::unique_lock<boost::mutex>&) { is_valid_ = false; }
237
void invalidate() {
238
boost::unique_lock<boost::mutex> lk(this->mutex);
239
invalidate(lk);
Callers
4
get
Method · 0.45
get_or
Method · 0.45
get
Function · 0.45
get_or
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected