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

Method Close

pkg/eventfd/eventfd.go:153–153  ·  view source on GitHub ↗

Close is called when the associated Eventfd is closed.

(ev Eventfd)

Source from the content-addressed store, hash-verified

151
152 // Close is called when the associated Eventfd is closed.
153 Close(ev Eventfd)
154}
155
156// EnableMMIO causes future calls to ev.Write() to use memory-mapped writes to

Callers 4

TestReadWriteFunction · 0.65
TestWaitFunction · 0.65
CreateFunction · 0.65
CloseMethod · 0.65

Implementers 8

ioeventfdMMIOControllerpkg/sentry/platform/kvm/ioeventfd.go
testInterfacepkg/tcpip/network/ip_test.go
endpointpkg/tcpip/network/ipv6/ipv6.go
endpointpkg/tcpip/network/ipv4/ipv4.go
endpointpkg/tcpip/network/arp/arp.go
fwdTestNetworkEndpointpkg/tcpip/stack/forwarding_test.go
fakeNetworkEndpointpkg/tcpip/stack/stack_test.go
testIPv6Endpointpkg/tcpip/stack/nic_test.go

Calls

no outgoing calls

Tested by 2

TestReadWriteFunction · 0.52
TestWaitFunction · 0.52