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

Function py_threadv311

src/pystack/_pystack/version.cpp:138–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137template<class T>
138constexpr py_thread_v
139py_threadv311()
140{
141 return {
142 sizeof(T),
143 {offsetof(T, prev)},
144 {offsetof(T, next)},
145 {offsetof(T, interp)},
146 {offsetof(T, cframe)},
147 {offsetof(T, thread_id)},
148 {offsetof(T, native_thread_id)},
149 };
150}
151
152template<class T>
153constexpr py_thread_v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected