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

Method MsgqueueRegistry

pkg/sentry/kernel/ipc_namespace.go:93–95  ·  view source on GitHub ↗

MsgqueueRegistry returns the message queue registry for this namespace.

()

Source from the content-addressed store, hash-verified

91
92// MsgqueueRegistry returns the message queue registry for this namespace.
93func (i *IPCNamespace) MsgqueueRegistry() *msgqueue.Registry {
94 return i.queues
95}
96
97// SemaphoreRegistry returns the semaphore set registry for this namespace.
98func (i *IPCNamespace) SemaphoreRegistry() *semaphore.Registry {

Callers 4

MsggetFunction · 0.80
MsgsndFunction · 0.80
receiveFunction · 0.80
MsgctlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected