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

Method NextThread

src/pystack/_pystack/pythread.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237std::shared_ptr<PyThread>
238PyThread::NextThread() const
239{
240 return d_next;
241}
242
243PyThread::GilStatus
244PyThread::isGilHolder() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected