Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
std::shared_ptr<PyThread>
238
PyThread::NextThread() const
239
{
240
return d_next;
241
}
242
243
PyThread::GilStatus
244
PyThread::isGilHolder() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected