Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ Kernel
Method
Kernel
pkg/sentry/kernel/task.go:724–726 ·
view source on GitHub ↗
Kernel returns the Kernel containing t.
()
Source
from the content-addressed store, hash-verified
722
723
// Kernel returns the Kernel containing t.
724
func
(t *Task) Kernel() *Kernel {
725
return
t.k
726
}
727
728
// SetClearTID sets t's cleartid.
729
//
Callers
15
deliverSignal
Method · 0.95
invokeExternal
Method · 0.95
HasRootCapability
Method · 0.95
pidFDOpen
Method · 0.95
joinNewSessionKeyringLocked
Method · 0.95
BlockWithTimeout
Method · 0.95
BlockWithDeadline
Method · 0.95
getPciDeviceFd
Method · 0.80
ErrorWithEvent
Function · 0.80
CapError
Function · 0.80
EpollCreate1
Function · 0.80
EpollCreate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected