Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ GetHandle
Method
GetHandle
system/threading/this_thread.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace toft {
17
18
ThreadHandleType ThisThread::GetHandle()
19
{
20
return ::pthread_self();
21
}
22
23
int ThisThread::GetId()
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected