package archutils

import "github.com/docker/containerd/archutils"

Index

Functions

func EpollCreate1

func EpollCreate1(flag int) (int, error)

EpollCreate1 directly calls syscall.EpollCreate1

func EpollCtl

func EpollCtl(epfd int, op int, fd int, event *syscall.EpollEvent) error

EpollCtl directly calls syscall.EpollCtl

func EpollWait

func EpollWait(epfd int, events []syscall.EpollEvent, msec int) (int, error)

EpollWait directly calls syscall.EpollWait

Source Files

epoll.go

Version
v0.2.8 (latest)
Published
Mar 29, 2017
Platform
linux/amd64
Imports
1 packages
Last checked
1 day ago

Tools for package owners.