MCPcopy Create free account
hub / github.com/bloomberg/pystack / py_thread

Function py_thread

src/pystack/_pystack/version.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123template<class T>
124constexpr py_thread_v
125py_thread()
126{
127 return {
128 sizeof(T),
129 {offsetof(T, prev)},
130 {offsetof(T, next)},
131 {offsetof(T, interp)},
132 {offsetof(T, frame)},
133 {offsetof(T, thread_id)},
134 };
135}
136
137template<class T>
138constexpr py_thread_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected