MCPcopy 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

16namespace pystack {
17
18Thread::Thread(pid_t pid, pid_t tid)
19: d_pid(pid)
20, d_tid(tid)
21{
22}
23
24pid_t
25Thread::Tid() const

Callers 4

third_funcFunction · 0.80
third_funcFunction · 0.80
deadlock.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected