MCPcopy
hub / github.com/google/gvisor / ThreadID

TypeAlias ThreadID

pkg/sentry/kernel/threads.go:44–44  ·  view source on GitHub ↗

ThreadID is a generic thread identifier. +marshal

Source from the content-addressed store, hash-verified

42//
43// +marshal
44type ThreadID int32
45
46// String returns a decimal representation of the ThreadID.
47func (tid ThreadID) String() string {

Callers 15

ProcessesFunction · 0.92
SignalProcessMethod · 0.92
SchedGetparamFunction · 0.92
SchedGetschedulerFunction · 0.92
SchedSetschedulerFunction · 0.92
pidOfClockIDFunction · 0.92
setAsyncOwnerFunction · 0.92
translatePIDFunction · 0.92
wait4Function · 0.92
WaitidFunction · 0.92
SchedSetaffinityFunction · 0.92
SchedGetaffinityFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected