#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

#118 in #syscalls

Download history 193/week @ 2024-07-22 251/week @ 2024-07-29 222/week @ 2024-08-05 143/week @ 2024-08-12 166/week @ 2024-08-19 206/week @ 2024-08-26 187/week @ 2024-09-02 171/week @ 2024-09-09 214/week @ 2024-09-16 155/week @ 2024-09-23 149/week @ 2024-09-30 202/week @ 2024-10-07 143/week @ 2024-10-14 187/week @ 2024-10-21 201/week @ 2024-10-28 221/week @ 2024-11-04

760 downloads per month
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
~35K SLoC