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

Method reset

extern/boost/boost/thread/tss.hpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return temp;
81 }
82 void reset(T* new_value=0)
83 {
84 T* const current_value=get();
85 if(current_value!=new_value)
86 {
87 detail::set_tss_data(this,&cleanup_caller,cleanup,new_value,true);
88 }
89 }
90 };
91}
92

Callers 7

unique_ptr.hppFile · 0.45
operator=Function · 0.45
thread.hppFile · 0.45

Calls 1

getFunction · 0.70

Tested by

no test coverage detected