MCPcopy
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.
724func (t *Task) Kernel() *Kernel {
725 return t.k
726}
727
728// SetClearTID sets t's cleartid.
729//

Callers 15

deliverSignalMethod · 0.95
invokeExternalMethod · 0.95
HasRootCapabilityMethod · 0.95
pidFDOpenMethod · 0.95
BlockWithTimeoutMethod · 0.95
BlockWithDeadlineMethod · 0.95
getPciDeviceFdMethod · 0.80
ErrorWithEventFunction · 0.80
CapErrorFunction · 0.80
EpollCreate1Function · 0.80
EpollCreateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected