Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ GetHandle
Method
GetHandle
system/threading/thread.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
ThreadHandleType Thread::GetHandle() const
142
{
143
return m_pimpl->GetHandle();
144
}
145
146
int Thread::GetId() const
147
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected