Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
esft2_deleter_wrapper
Class · 0.45
unique_ptr.hpp
File · 0.45
operator=
Function · 0.45
nullary_function<void()>
Class · 0.45
nullary_function<R()>
Class · 0.45
thread.hpp
File · 0.45
remove_waiter_and_reset
Method · 0.45
Calls
1
get
Function · 0.70
Tested by
no test coverage detected