rustix
1.0.8
In rustix::
backend::
event::
syscalls
rustix
::
backend
::
event
::
syscalls
Function
eventfd
Copy item path
Source
pub(crate) fn eventfd(initval:
u32
, flags:
EventfdFlags
) ->
Result
<
OwnedFd
>