Open
Description
Linux kernel 5.11 (February, 2021) added the epoll_pwait2
system call. It is exactly like epoll_pwait
except that the timeout argument is a struct timespec
. This permits specifying a timeout with nanosecond precision, where epoll_pwait
and epoll_wait
only permit millisecond precision. We should change runtime/netpoll_epoll.go to use epoll_pwait2
when available to get higher precision delays.
CC @golang/runtime
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress