Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ Tid
Method
Tid
src/pystack/_pystack/pythread.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
pid_t
25
Thread::Tid() const
26
{
27
return d_tid;
28
}
29
30
const std::vector<NativeFrame>&
31
Thread::NativeFrames() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected