Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_shared
Function · 0.45
scoped_ptr
Method · 0.45
shared_count
Function · 0.45
~shared_count
Function · 0.45
shared_count.hpp
File · 0.45
Calls
1
get
Function · 0.70
Tested by
no test coverage detected