Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ Thread
Method
Thread
src/pystack/_pystack/pythread.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace pystack {
17
18
Thread::Thread(pid_t pid, pid_t tid)
19
: d_pid(pid)
20
, d_tid(tid)
21
{
22
}
23
24
pid_t
25
Thread::Tid() const
Callers
4
third_func
Function · 0.80
third_func
Function · 0.80
gc_freeze_program.py
File · 0.80
deadlock.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected