Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ IsMain
Method
IsMain
system/threading/this_thread.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool ThisThread::IsMain()
60
{
61
return ThisThread::GetId() == getpid();
62
}
63
64
} // namespace toft
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected