MCPcopy 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

getMethod · 0.45
get_orMethod · 0.45
getFunction · 0.45
get_orFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected