Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ get
Method
get
RedisStudio/Base/Thread.h:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
TlsFree(_slot);
97
}
98
Thread* get() const
99
{
100
return reinterpret_cast<Thread*>(TlsGetValue(_slot));
101
}
102
void set(Thread* pThread)
103
{
104
TlsSetValue(_slot, pThread);
Callers
1
current
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected