MCPcopy 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
24pid_t
25Thread::Tid() const
26{
27 return d_tid;
28}
29
30const std::vector<NativeFrame>&
31Thread::NativeFrames() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected