Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
type
ThreadID int32
45
46
// String returns a decimal representation of the ThreadID.
47
func
(tid ThreadID) String() string {
Callers
15
Processes
Function · 0.92
SignalProcess
Method · 0.92
SchedGetparam
Function · 0.92
SchedGetscheduler
Function · 0.92
SchedSetscheduler
Function · 0.92
pidOfClockID
Function · 0.92
setAsyncOwner
Function · 0.92
translatePID
Function · 0.92
wait4
Function · 0.92
Waitid
Function · 0.92
SchedSetaffinity
Function · 0.92
SchedGetaffinity
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected