package archutils
import "github.com/docker/containerd/archutils"
Index ¶
- func EpollCreate1(flag int) (int, error)
- func EpollCtl(epfd int, op int, fd int, event *syscall.EpollEvent) error
- func EpollWait(epfd int, events []syscall.EpollEvent, msec int) (int, error)
Functions ¶
func EpollCreate1 ¶
EpollCreate1 directly calls syscall.EpollCreate1
func EpollCtl ¶
EpollCtl directly calls syscall.EpollCtl
func EpollWait ¶
EpollWait directly calls syscall.EpollWait
Source Files ¶
- Version
- v0.2.8 (latest)
- Published
- Mar 29, 2017
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 day ago –
Tools for package owners.