#binding #syscalls #linux

eventfd

Binding to Linux's eventfd syscall

7 releases

0.2.0 Jun 27, 2022
0.1.0 Jul 13, 2015
0.0.5 Jan 1, 2015
0.0.4 Dec 2, 2014
0.0.2 Nov 28, 2014

#122 in #syscalls


Used in libaio

MIT license

8KB
145 lines

Eventfd Binding

Build Status

This crate implements a binding for eventfd. This isn't especially useful on its own; the primary use case is as part of the API for other Linux syscalls and subsystems.

Jeremy Fitzhardinge jeremy@goop.org


lib.rs:

EventFD binding

This crate implements a simple binding for Linux eventfd(). See eventfd(2) for specific details of behaviour.

Dependencies

~1.5MB
~36K SLoC