ID EN
OS

eventfd_read

Python 3.11

Read value from an eventfd() file descriptor and return a 64 bit unsigned int. The function does not verify that fd is an eventfd().

Syntax

PYTHON
os.eventfd_read(fd)

See Also

eventfd() eventfd() Availability