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

Method valid

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

Source from the content-addressed store, hash-verified

229 }
230
231 bool valid(boost::unique_lock<boost::mutex>&) { return is_valid_; }
232 bool valid() {
233 boost::unique_lock<boost::mutex> lk(this->mutex);
234 return valid(lk);

Callers 8

basic_futureClass · 0.80
getMethod · 0.80
get_orMethod · 0.80
getFunction · 0.80
get_orFunction · 0.80
launch_continuationMethod · 0.80
launch_continuationMethod · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected