Skip to main content
sys_eventfd
starnix_
core
In starnix_
core::
arch::
syscalls
starnix_core
::
arch
::
syscalls
Function
sys_
eventfd
Copy item path
Source
pub fn sys_eventfd( current_task: &
CurrentTask
, value:
u32
, ) ->
Result
<
FdNumber
,
Errno
>