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

Method release

extern/boost/boost/thread/tss.hpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return *get();
75 }
76 T* release()
77 {
78 T* const temp=get();
79 detail::set_tss_data(this,0,0,0,false);
80 return temp;
81 }
82 void reset(T* new_value=0)
83 {
84 T* const current_value=get();

Callers 5

allocate_sharedFunction · 0.45
scoped_ptrMethod · 0.45
shared_countFunction · 0.45
~shared_countFunction · 0.45
shared_count.hppFile · 0.45

Calls 1

getFunction · 0.70

Tested by

no test coverage detected